thorduragust
commited on
Commit
•
dfa8391
1
Parent(s):
43f3b8e
Update config.json
Browse files- config.json +34 -34
config.json
CHANGED
@@ -12,44 +12,44 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
-
"5": "
|
21 |
-
"6": "
|
22 |
-
"7": "
|
23 |
-
"8": "
|
24 |
-
"9": "
|
25 |
-
"10": "
|
26 |
-
"11": "
|
27 |
-
"12": "
|
28 |
-
"13": "
|
29 |
-
"14": "
|
30 |
-
"15": "
|
31 |
-
"16": "
|
32 |
},
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
},
|
54 |
"layer_norm_eps": 1e-05,
|
55 |
"max_position_embeddings": 514,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "O",
|
16 |
+
"1": "B-Date",
|
17 |
+
"2": "B-Location",
|
18 |
+
"3": "B-Miscellaneous",
|
19 |
+
"4": "B-Money",
|
20 |
+
"5": "B-Organization",
|
21 |
+
"6": "B-Percent",
|
22 |
+
"7": "B-Person",
|
23 |
+
"8": "B-Time",
|
24 |
+
"9": "I-Date",
|
25 |
+
"10": "I-Location",
|
26 |
+
"11": "I-Miscellaneous",
|
27 |
+
"12": "I-Money",
|
28 |
+
"13": "I-Organization",
|
29 |
+
"14": "I-Percent",
|
30 |
+
"15": "I-Person",
|
31 |
+
"16": "I-Time"
|
32 |
},
|
33 |
"initializer_range": 0.02,
|
34 |
"intermediate_size": 3072,
|
35 |
"label2id": {
|
36 |
+
"O": 0,
|
37 |
+
"B-Date": 1,
|
38 |
+
"I-Location": 10,
|
39 |
+
"I-Miscellaneous": 11,
|
40 |
+
"I-Money": 12,
|
41 |
+
"I-Organization": 13,
|
42 |
+
"I-Percent": 14,
|
43 |
+
"I-Person": 15,
|
44 |
+
"I-Time": 16,
|
45 |
+
"B-Location": 2,
|
46 |
+
"B-Miscellaneous": 3,
|
47 |
+
"B-Money": 4,
|
48 |
+
"B-Organization": 5,
|
49 |
+
"B-Percent": 6,
|
50 |
+
"B-Person": 7,
|
51 |
+
"B-Time": 8,
|
52 |
+
"I-Date": 9
|
53 |
},
|
54 |
"layer_norm_eps": 1e-05,
|
55 |
"max_position_embeddings": 514,
|