add config
Browse files- config.json +10 -10
config.json
CHANGED
|
@@ -11,20 +11,20 @@
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"label2id": {
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
},
|
| 29 |
"layer_norm_eps": 1e-05,
|
| 30 |
"max_position_embeddings": 514,
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "expository",
|
| 15 |
+
"1": "non_math",
|
| 16 |
+
"2": "other_math",
|
| 17 |
+
"3": "probing_exploring",
|
| 18 |
+
"4": "procedural"
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"intermediate_size": 3072,
|
| 22 |
"label2id": {
|
| 23 |
+
"expository": "0",
|
| 24 |
+
"non_math": "1",
|
| 25 |
+
"other_math": "2",
|
| 26 |
+
"probing_exploring": "3",
|
| 27 |
+
"procedural": "4"
|
| 28 |
},
|
| 29 |
"layer_norm_eps": 1e-05,
|
| 30 |
"max_position_embeddings": 514,
|