Commit
·
3cabe08
1
Parent(s):
809c269
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -52,8 +52,8 @@
|
|
| 52 |
"initializer_range": 0.02,
|
| 53 |
"intermediate_size": 20,
|
| 54 |
"label2id": {
|
| 55 |
-
"yes":
|
| 56 |
-
"no":
|
| 57 |
},
|
| 58 |
"layer_norm_eps": 1e-05,
|
| 59 |
"layerdrop": 0.1,
|
|
|
|
| 52 |
"initializer_range": 0.02,
|
| 53 |
"intermediate_size": 20,
|
| 54 |
"label2id": {
|
| 55 |
+
"yes": 0,
|
| 56 |
+
"no": 1
|
| 57 |
},
|
| 58 |
"layer_norm_eps": 1e-05,
|
| 59 |
"layerdrop": 0.1,
|