muhtasham commited on
Commit
76954bb
1 Parent(s): cf493c6

Update config.json

Browse files

Added "tie_word_embeddings": false,

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -27,6 +27,7 @@
27
  "scale_attention_softmax_in_fp32": true,
28
  "scale_attn_weights": true,
29
  "sliding_window": 4096,
 
30
  "torch_dtype": "bfloat16",
31
  "transformers_version": "4.39.0.dev0",
32
  "use_bias": true,
 
27
  "scale_attention_softmax_in_fp32": true,
28
  "scale_attn_weights": true,
29
  "sliding_window": 4096,
30
+ "tie_word_embeddings": false,
31
  "torch_dtype": "bfloat16",
32
  "transformers_version": "4.39.0.dev0",
33
  "use_bias": true,