haritzpuerto
commited on
Commit
·
d61262a
1
Parent(s):
61ce4c0
added name to the labels
Browse files- config.json +32 -32
config.json
CHANGED
@@ -10,42 +10,42 @@
|
|
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 |
-
"11": "
|
25 |
-
"12": "
|
26 |
-
"13": "
|
27 |
-
"14": "
|
28 |
-
"15": "
|
29 |
},
|
30 |
"initializer_range": 0.02,
|
31 |
"intermediate_size": 3072,
|
32 |
"label2id": {
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
},
|
50 |
"layer_norm_eps": 1e-12,
|
51 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "boolq",
|
14 |
+
"1": "commonsense_qa",
|
15 |
+
"2": "drop",
|
16 |
+
"3": "duorc",
|
17 |
+
"4": "hellaswag",
|
18 |
+
"5": "hotpot_qa",
|
19 |
+
"6": "hybrid_qa",
|
20 |
+
"7": "narrativeqa",
|
21 |
+
"8": "natural_questions",
|
22 |
+
"9": "newsqa",
|
23 |
+
"10": "biu-nlp/qamr",
|
24 |
+
"11": "race",
|
25 |
+
"12": "search_qa",
|
26 |
+
"13": "social_i_qa",
|
27 |
+
"14": "squad",
|
28 |
+
"15": "trivia_qa"
|
29 |
},
|
30 |
"initializer_range": 0.02,
|
31 |
"intermediate_size": 3072,
|
32 |
"label2id": {
|
33 |
+
"boolq": 0,
|
34 |
+
"commonsense_qa": 1,
|
35 |
+
"biu-nlp/qamr": 10,
|
36 |
+
"race": 11,
|
37 |
+
"search_qa": 12,
|
38 |
+
"social_i_qa": 13,
|
39 |
+
"squad": 14,
|
40 |
+
"trivia_qa": 15,
|
41 |
+
"drop": 2,
|
42 |
+
"duorc": 3,
|
43 |
+
"hellaswag": 4,
|
44 |
+
"hotpot_qa": 5,
|
45 |
+
"hybrid_qa": 6,
|
46 |
+
"narrativeqa": 7,
|
47 |
+
"natural_questions": 8,
|
48 |
+
"newsqa": 9
|
49 |
},
|
50 |
"layer_norm_eps": 1e-12,
|
51 |
"max_position_embeddings": 512,
|