Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -22,5 +22,6 @@
|
|
22 |
"transformers_version": "4.41.2",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
-
"vocab_size": 30522
|
|
|
26 |
}
|
|
|
22 |
"transformers_version": "4.41.2",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
+
"vocab_size": 30522,
|
26 |
+
output_hidden_states=True
|
27 |
}
|