Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -127,5 +127,6 @@
|
|
127 |
"transformers_version": "4.30.0",
|
128 |
"type_vocab_size": 2,
|
129 |
"use_cache": true,
|
130 |
-
"vocab_size": 30522
|
|
|
131 |
}
|
|
|
127 |
"transformers_version": "4.30.0",
|
128 |
"type_vocab_size": 2,
|
129 |
"use_cache": true,
|
130 |
+
"vocab_size": 30522,
|
131 |
+
"ignore_mismatched_sizes":true
|
132 |
}
|