Update config.json
Browse files- config.json +3 -1
config.json
CHANGED
|
@@ -31,5 +31,7 @@
|
|
| 31 |
"use_adapter": true,
|
| 32 |
"use_cache": true,
|
| 33 |
"use_moa": true,
|
| 34 |
-
"vocab_size": 50368
|
|
|
|
|
|
|
| 35 |
}
|
|
|
|
| 31 |
"use_adapter": true,
|
| 32 |
"use_cache": true,
|
| 33 |
"use_moa": true,
|
| 34 |
+
"vocab_size": 50368,
|
| 35 |
+
"use_return_dict": true,
|
| 36 |
+
"return_dict": true,
|
| 37 |
}
|