haritzpuerto
commited on
Commit
•
cf6b906
1
Parent(s):
e451ff0
added labels
Browse files- config.json +16 -16
config.json
CHANGED
@@ -10,26 +10,26 @@
|
|
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 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "hotpot_qa",
|
14 |
+
"1": "natural_questions",
|
15 |
+
"2": "newsqa",
|
16 |
+
"3": "biu-nlp/qamr",
|
17 |
+
"4": "search_qa",
|
18 |
+
"5": "squad",
|
19 |
+
"6": "trivia_qa",
|
20 |
+
"7": "duorc"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"intermediate_size": 3072,
|
24 |
"label2id": {
|
25 |
+
"hotpot_qa": 0,
|
26 |
+
"natural_questions": 1,
|
27 |
+
"newsqa": 2,
|
28 |
+
"biu-nlp/qamr": 3,
|
29 |
+
"search_qa": 4,
|
30 |
+
"squad": 5,
|
31 |
+
"trivia_qa": 6,
|
32 |
+
"duorc": 7
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"max_position_embeddings": 512,
|