Update config.json
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -11,13 +11,13 @@
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 1024,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 4096,
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 1024,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "motivation",
|
| 15 |
+
"1": "background",
|
| 16 |
+
"2": "uses",
|
| 17 |
+
"3": "extends",
|
| 18 |
+
"4": "similarities",
|
| 19 |
+
"5": "differences",
|
| 20 |
+
"6": "future_work"
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"intermediate_size": 4096,
|