veronica320
commited on
Commit
•
55e595a
1
Parent(s):
c1818b8
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -13,9 +13,9 @@
|
|
13 |
"hidden_dropout_prob": 0.1,
|
14 |
"hidden_size": 1024,
|
15 |
"id2label": {
|
16 |
-
"0": "
|
17 |
-
"1": "
|
18 |
-
"2": "
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|
|
|
13 |
"hidden_dropout_prob": 0.1,
|
14 |
"hidden_size": 1024,
|
15 |
"id2label": {
|
16 |
+
"0": "LABEL_0",
|
17 |
+
"1": "LABEL_1",
|
18 |
+
"2": "LABEL_2"
|
19 |
},
|
20 |
"initializer_range": 0.02,
|
21 |
"intermediate_size": 4096,
|