Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
|
@@ -21,19 +21,19 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
| 26 |
-
"2": "
|
| 27 |
-
"3": "
|
| 28 |
},
|
| 29 |
"initializer_cutoff_factor": 2.0,
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
"intermediate_size": 1152,
|
| 32 |
"label2id": {
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
},
|
| 38 |
"layer_norm_eps": 1e-05,
|
| 39 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "World",
|
| 25 |
+
"1": "Sports",
|
| 26 |
+
"2": "Business",
|
| 27 |
+
"3": "Sci/Tech"
|
| 28 |
},
|
| 29 |
"initializer_cutoff_factor": 2.0,
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
"intermediate_size": 1152,
|
| 32 |
"label2id": {
|
| 33 |
+
"World": 0,
|
| 34 |
+
"Sports": 1,
|
| 35 |
+
"Business": 2,
|
| 36 |
+
"Sci/Tech": 3
|
| 37 |
},
|
| 38 |
"layer_norm_eps": 1e-05,
|
| 39 |
"local_attention": 128,
|