depasquale commited on
Commit
64bf224
·
verified ·
1 Parent(s): c65efdf

Update config.json

Browse files

`tie_word_embeddings` needs to be true. Otherwise you get an error when you try to load the model.

Files changed (1) hide show
  1. 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": false,
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,