Saugatkafley
commited on
Commit
•
60d45e7
1
Parent(s):
faa80d7
Update config.json
Browse files- config.json +23 -23
config.json
CHANGED
@@ -10,32 +10,32 @@
|
|
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 |
-
"8": "
|
22 |
-
"9": "
|
23 |
-
"10": "
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_position_embeddings": 512,
|
@@ -54,4 +54,4 @@
|
|
54 |
"type_vocab_size": 2,
|
55 |
"use_cache": true,
|
56 |
"vocab_size": 119547
|
57 |
-
}
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-Location",
|
15 |
+
"2": "I-Organization",
|
16 |
+
"3": "B-Person",
|
17 |
+
"4": "B-Event",
|
18 |
+
"5": "B-Organization",
|
19 |
+
"6": "I-Person",
|
20 |
+
"7": "B-Date",
|
21 |
+
"8": "I-Date",
|
22 |
+
"9": "I-Event",
|
23 |
+
"10": "I-Location"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"intermediate_size": 3072,
|
27 |
"label2id": {
|
28 |
+
"O": "0",
|
29 |
+
"B-Location": "1",
|
30 |
+
"I-Organization": "2",
|
31 |
+
"B-Person": "3",
|
32 |
+
"B-Event": "4",
|
33 |
+
"B-Organization": "5",
|
34 |
+
"I-Person": "6",
|
35 |
+
"B-Date": "7",
|
36 |
+
"I-Date": "8",
|
37 |
+
"I-Event": "9",
|
38 |
+
"I-Location": "10"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_position_embeddings": 512,
|
|
|
54 |
"type_vocab_size": 2,
|
55 |
"use_cache": true,
|
56 |
"vocab_size": 119547
|
57 |
+
}
|