Commit ·
3768d38
1
Parent(s): 86de6a6
Updated labels
Browse files- config.json +47 -48
config.json
CHANGED
|
@@ -10,58 +10,57 @@
|
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
|
|
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "
|
| 21 |
-
"7": "
|
| 22 |
-
"8": "
|
| 23 |
-
"9": "
|
| 24 |
-
"10": "
|
| 25 |
-
"11": "
|
| 26 |
-
"12": "
|
| 27 |
-
"13": "
|
| 28 |
-
"14": "
|
| 29 |
-
"15": "
|
| 30 |
-
"16": "
|
| 31 |
-
"17": "
|
| 32 |
-
"18": "
|
| 33 |
-
"19": "
|
| 34 |
-
"20": "
|
| 35 |
-
"21": "
|
| 36 |
-
"22": "
|
| 37 |
},
|
| 38 |
"initializer_range": 0.02,
|
| 39 |
"intermediate_size": 3072,
|
| 40 |
-
"label2id": {
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"LABEL_9": 9
|
| 64 |
-
},
|
| 65 |
"layer_norm_eps": 1e-05,
|
| 66 |
"max_position_embeddings": 514,
|
| 67 |
"model_type": "roberta",
|
|
|
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
+
|
| 14 |
"id2label": {
|
| 15 |
+
"0": "disasters",
|
| 16 |
+
"1": "medicine",
|
| 17 |
+
"2": "science",
|
| 18 |
+
"3": "politics",
|
| 19 |
+
"4": "foods",
|
| 20 |
+
"5": "mathematics",
|
| 21 |
+
"6": "religion",
|
| 22 |
+
"7": "technology",
|
| 23 |
+
"8": "culture",
|
| 24 |
+
"9": "sports",
|
| 25 |
+
"10": "education",
|
| 26 |
+
"11": "news",
|
| 27 |
+
"12": "videogames",
|
| 28 |
+
"13": "business",
|
| 29 |
+
"14": "geography",
|
| 30 |
+
"15": "entertainment",
|
| 31 |
+
"16": "nature",
|
| 32 |
+
"17": "law",
|
| 33 |
+
"18": "history",
|
| 34 |
+
"19": "music",
|
| 35 |
+
"20": "economics",
|
| 36 |
+
"21": "computerscience",
|
| 37 |
+
"22": "philosophy"
|
| 38 |
},
|
| 39 |
"initializer_range": 0.02,
|
| 40 |
"intermediate_size": 3072,
|
| 41 |
+
"label2id": {"disasters": 0,
|
| 42 |
+
"medicine": 1,
|
| 43 |
+
"science": 2,
|
| 44 |
+
"politics": 3,
|
| 45 |
+
"foods": 4,
|
| 46 |
+
"mathematics": 5,
|
| 47 |
+
"religion": 6,
|
| 48 |
+
"technology": 7,
|
| 49 |
+
"culture": 8,
|
| 50 |
+
"sports": 9,
|
| 51 |
+
"education": 10,
|
| 52 |
+
"news": 11,
|
| 53 |
+
"videogames": 12,
|
| 54 |
+
"business": 13,
|
| 55 |
+
"geography": 14,
|
| 56 |
+
"entertainment": 15,
|
| 57 |
+
"nature": 16,
|
| 58 |
+
"law": 17,
|
| 59 |
+
"history": 18,
|
| 60 |
+
"music": 19,
|
| 61 |
+
"economics": 20,
|
| 62 |
+
"computerscience": 21,
|
| 63 |
+
"philosophy": 22},
|
|
|
|
|
|
|
| 64 |
"layer_norm_eps": 1e-05,
|
| 65 |
"max_position_embeddings": 514,
|
| 66 |
"model_type": "roberta",
|