Jean-Baptiste
commited on
Commit
•
6de88b8
1
Parent(s):
ea19a79
Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -12,19 +12,19 @@
|
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "O",
|
15 |
-
"1": "LOC",
|
16 |
-
"2": "PER",
|
17 |
-
"3": "MISC",
|
18 |
-
"4": "ORG"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
-
"LOC": 1,
|
24 |
-
"MISC": 3,
|
25 |
"O": 0,
|
26 |
-
"ORG": 4,
|
27 |
-
"PER": 2
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_position_embeddings": 514,
|
|
|
12 |
"hidden_size": 768,
|
13 |
"id2label": {
|
14 |
"0": "O",
|
15 |
+
"1": "I-LOC",
|
16 |
+
"2": "I-PER",
|
17 |
+
"3": "I-MISC",
|
18 |
+
"4": "I-ORG"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"I-LOC": 1,
|
24 |
+
"I-MISC": 3,
|
25 |
"O": 0,
|
26 |
+
"I-ORG": 4,
|
27 |
+
"I-PER": 2
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"max_position_embeddings": 514,
|