Update config.json
Browse filesAdded "tie_word_embeddings": false,
- 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,
|