muhtasham commited on
Commit
8c5d79c
1 Parent(s): cc9b0d4

Update config.json

Browse files

Adding tie_word_embeddings to not return LM head

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -19,6 +19,7 @@
19
  "num_key_value_heads": 2,
20
  "rope_theta": 999999.4420358813,
21
  "sliding_window": 4096,
 
22
  "transformers_version": "4.37.0.dev0",
23
  "use_bias": true,
24
  "use_cache": true,
 
19
  "num_key_value_heads": 2,
20
  "rope_theta": 999999.4420358813,
21
  "sliding_window": 4096,
22
+ "tie_word_embeddings": true,
23
  "transformers_version": "4.37.0.dev0",
24
  "use_bias": true,
25
  "use_cache": true,