Commit
·
714e9fe
1
Parent(s):
2d523b2
Fix config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -106,6 +106,6 @@
|
|
106 |
"tie_word_embeddings": false,
|
107 |
"torch_dtype": "bfloat16",
|
108 |
"transformers_version": "4.54.0",
|
109 |
-
"use_cache":
|
110 |
"vocab_size": 102400
|
111 |
}
|
|
|
106 |
"tie_word_embeddings": false,
|
107 |
"torch_dtype": "bfloat16",
|
108 |
"transformers_version": "4.54.0",
|
109 |
+
"use_cache": true,
|
110 |
"vocab_size": 102400
|
111 |
}
|