Commit
•
c2defe2
1
Parent(s):
eea8e5c
Update config.json (#1)
Browse files- Update config.json (0426808bff0f92bfd050445dc4ed464810db925f)
Co-authored-by: Jeffrey Quesnelle <[email protected]>
- config.json +2 -2
config.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.32.0.dev0",
|
27 |
-
"use_cache":
|
28 |
-
"use_flash_attention":
|
29 |
"vocab_size": 32000
|
30 |
}
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.32.0.dev0",
|
27 |
+
"use_cache": true,
|
28 |
+
"use_flash_attention": false,
|
29 |
"vocab_size": 32000
|
30 |
}
|