Update config.json
Browse files- config.json +10 -10
config.json
CHANGED
|
@@ -9,19 +9,19 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"label2id": {
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
},
|
| 26 |
"max_position_embeddings": 512,
|
| 27 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "E",
|
| 13 |
+
"1": "S",
|
| 14 |
+
"2": "G",
|
| 15 |
+
"3": "F",
|
| 16 |
+
"4": "Geo"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"label2id": {
|
| 20 |
+
"E": 0,
|
| 21 |
+
"S": 1,
|
| 22 |
+
"G": 2,
|
| 23 |
+
"F": 3,
|
| 24 |
+
"Geo": 4
|
| 25 |
},
|
| 26 |
"max_position_embeddings": 512,
|
| 27 |
"model_type": "distilbert",
|