Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -23,5 +23,6 @@
|
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.44.2",
|
25 |
"use_cache": true,
|
26 |
-
"vocab_size": 32002
|
|
|
27 |
}
|
|
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.44.2",
|
25 |
"use_cache": true,
|
26 |
+
"vocab_size": 32002,
|
27 |
+
"trust_remote_code": true
|
28 |
}
|