Update config.json
Browse files`tie_word_embeddings` needs to be true. Otherwise you get an error when you try to load the model.
- config.json +1 -1
config.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"rope_scaling": null,
|
| 30 |
"rope_theta": 1000000,
|
| 31 |
"sliding_window": null,
|
| 32 |
-
"tie_word_embeddings":
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.51.2",
|
| 35 |
"use_cache": true,
|
|
|
|
| 29 |
"rope_scaling": null,
|
| 30 |
"rope_theta": 1000000,
|
| 31 |
"sliding_window": null,
|
| 32 |
+
"tie_word_embeddings": true,
|
| 33 |
"torch_dtype": "bfloat16",
|
| 34 |
"transformers_version": "4.51.2",
|
| 35 |
"use_cache": true,
|