AliFartout
commited on
Commit
•
cc18595
1
Parent(s):
bb7ce27
Update config.json
Browse files- config.json +8 -8
config.json
CHANGED
@@ -21,14 +21,14 @@
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
-
"label2id":
|
25 |
-
"O":0,
|
26 |
-
"B_PER":1,
|
27 |
-
"I_PER":2,
|
28 |
-
"B_ORG":3,
|
29 |
-
"I_ORG":4,
|
30 |
-
"B_LOC":5,
|
31 |
-
"I_LOC":6
|
32 |
},
|
33 |
"layer_norm_eps": 1e-05,
|
34 |
"max_position_embeddings": 514,
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"O": 0,
|
26 |
+
"B_PER": 1,
|
27 |
+
"I_PER": 2,
|
28 |
+
"B_ORG": 3,
|
29 |
+
"I_ORG": 4,
|
30 |
+
"B_LOC": 5,
|
31 |
+
"I_LOC": 6
|
32 |
},
|
33 |
"layer_norm_eps": 1e-05,
|
34 |
"max_position_embeddings": 514,
|