bsc-temu commited on
Commit ·
25e31f7
1
Parent(s): 17242ea
Update config.json
Browse files- config.json +68 -68
config.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "bsc/roberta-base-ca-cased",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"gradient_checkpointing": false,
|
| 10 |
+
"hidden_act": "gelu",
|
| 11 |
+
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 768,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "Medi ambient",
|
| 15 |
+
"1": "Societat",
|
| 16 |
+
"2": "Policial",
|
| 17 |
+
"3": "Judicial",
|
| 18 |
+
"4": "Empresa",
|
| 19 |
+
"5": "Partits",
|
| 20 |
+
"6": "Política",
|
| 21 |
+
"7": "Successos",
|
| 22 |
+
"8": "Salut",
|
| 23 |
+
"9": "Infraestructures",
|
| 24 |
+
"10": "Parlament",
|
| 25 |
+
"11": "Música",
|
| 26 |
+
"12": "Govern",
|
| 27 |
+
"13": "Unió Europea",
|
| 28 |
+
"14": "Economia",
|
| 29 |
+
"15": "Mobilitat",
|
| 30 |
+
"16": "Treball",
|
| 31 |
+
"17": "Cultura",
|
| 32 |
+
"18": "Educació"
|
| 33 |
+
},
|
| 34 |
+
"initializer_range": 0.02,
|
| 35 |
+
"intermediate_size": 3072,
|
| 36 |
+
"label2id": {
|
| 37 |
+
"Medi ambient": 0,
|
| 38 |
+
"Societat": 1,
|
| 39 |
+
"Policial": 2,
|
| 40 |
+
"Judicial": 3,
|
| 41 |
+
"Empresa": 4,
|
| 42 |
+
"Partits": 5,
|
| 43 |
+
"Política": 6,
|
| 44 |
+
"Successos": 7,
|
| 45 |
+
"Salut": 8,
|
| 46 |
+
"Infraestructures": 9,
|
| 47 |
+
"Parlament": 10,
|
| 48 |
+
"Música": 11,
|
| 49 |
+
"Govern": 12,
|
| 50 |
+
"Unió Europea": 13,
|
| 51 |
+
"Economia": 14,
|
| 52 |
+
"Mobilitat": 15,
|
| 53 |
+
"Treball": 16,
|
| 54 |
+
"Cultura": 17,
|
| 55 |
+
"Educació": 18
|
| 56 |
+
},
|
| 57 |
+
"layer_norm_eps": 1e-05,
|
| 58 |
+
"max_position_embeddings": 514,
|
| 59 |
+
"model_type": "roberta",
|
| 60 |
+
"num_attention_heads": 12,
|
| 61 |
+
"num_hidden_layers": 12,
|
| 62 |
+
"pad_token_id": 1,
|
| 63 |
+
"position_embedding_type": "absolute",
|
| 64 |
+
"problem_type": "single_label_classification",
|
| 65 |
+
"transformers_version": "4.6.1",
|
| 66 |
+
"type_vocab_size": 1,
|
| 67 |
+
"use_cache": true,
|
| 68 |
+
"vocab_size": 52000
|
| 69 |
+
}
|