Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -28,5 +28,6 @@
|
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.36.2",
|
31 |
-
"vocab_size": 51200
|
|
|
32 |
}
|
|
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.36.2",
|
31 |
+
"vocab_size": 51200,
|
32 |
+
"trust_remote_code": true
|
33 |
}
|