mahsaamani
commited on
Commit
•
8a3296f
1
Parent(s):
6a482fa
Update config.json
Browse files- config.json +24 -24
config.json
CHANGED
@@ -8,34 +8,34 @@
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
-
"0": "
|
12 |
-
"1": "
|
13 |
-
"2": "
|
14 |
-
"3": "
|
15 |
-
"4": "
|
16 |
-
"5": "
|
17 |
-
"6": "
|
18 |
-
"7": "
|
19 |
-
"8": "
|
20 |
-
"9": "
|
21 |
-
"10": "
|
22 |
-
"11": "
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_position_embeddings": 64,
|
|
|
8 |
"hidden_dropout_prob": 0.1,
|
9 |
"hidden_size": 768,
|
10 |
"id2label": {
|
11 |
+
"0": "NOUN",
|
12 |
+
"1": "PUNC",
|
13 |
+
"2": "VERB",
|
14 |
+
"3": "PRON",
|
15 |
+
"4": "ADV",
|
16 |
+
"5": "CONJ",
|
17 |
+
"6": "DET",
|
18 |
+
"7": "NUM",
|
19 |
+
"8": "ADJ",
|
20 |
+
"9": "QUES",
|
21 |
+
"10": "POSTP",
|
22 |
+
"11": "INTERJ"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"intermediate_size": 3072,
|
26 |
"label2id": {
|
27 |
+
"NOUN": 0,
|
28 |
+
"PUNC": 1,
|
29 |
+
"POSTP": 10,
|
30 |
+
"INTERJ": 11,
|
31 |
+
"VERB": 2,
|
32 |
+
"PRON": 3,
|
33 |
+
"ADV": 4,
|
34 |
+
"CONJ": 5,
|
35 |
+
"DET": 6,
|
36 |
+
"NUM": 7,
|
37 |
+
"ADJ": 8,
|
38 |
+
"QUES": 9
|
39 |
},
|
40 |
"layer_norm_eps": 1e-12,
|
41 |
"max_position_embeddings": 64,
|