Commit
·
f689186
1
Parent(s):
ee43914
Fix config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -62,6 +62,6 @@
|
|
| 62 |
"tie_word_embeddings": true,
|
| 63 |
"torch_dtype": "bfloat16",
|
| 64 |
"transformers_version": "4.54.0",
|
| 65 |
-
"use_cache":
|
| 66 |
"vocab_size": 102400
|
| 67 |
}
|
|
|
|
| 62 |
"tie_word_embeddings": true,
|
| 63 |
"torch_dtype": "bfloat16",
|
| 64 |
"transformers_version": "4.54.0",
|
| 65 |
+
"use_cache": true,
|
| 66 |
"vocab_size": 102400
|
| 67 |
}
|