Commit
·
9911e76
1
Parent(s):
f3ae054
Update config.json
Browse files- config.json +16 -16
config.json
CHANGED
|
@@ -10,26 +10,26 @@
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
-
"0": "
|
| 14 |
-
"1": "
|
| 15 |
-
"2": "
|
| 16 |
-
"3": "
|
| 17 |
-
"4": "
|
| 18 |
-
"5": "
|
| 19 |
-
"6": "
|
| 20 |
-
"7": "
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 3072,
|
| 24 |
"label2id": {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
},
|
| 34 |
"layer_norm_eps": 1e-12,
|
| 35 |
"max_position_embeddings": 512,
|
|
|
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
+
"0": "Other",
|
| 14 |
+
"1": "Time",
|
| 15 |
+
"2": "Measure",
|
| 16 |
+
"3": "Person",
|
| 17 |
+
"4": "Location",
|
| 18 |
+
"5": "Date",
|
| 19 |
+
"6": "Organization",
|
| 20 |
+
"7": "Designation"
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 3072,
|
| 24 |
"label2id": {
|
| 25 |
+
"Other": 0,
|
| 26 |
+
"Time": 1,
|
| 27 |
+
"Measure": 2,
|
| 28 |
+
"Person": 3,
|
| 29 |
+
"Location": 4,
|
| 30 |
+
"Date": 5,
|
| 31 |
+
"Organization": 6,
|
| 32 |
+
"Designation": 7
|
| 33 |
},
|
| 34 |
"layer_norm_eps": 1e-12,
|
| 35 |
"max_position_embeddings": 512,
|