Commit
·
c603c5a
1
Parent(s):
48023ad
Fix config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -83,6 +83,6 @@
|
|
83 |
"tie_word_embeddings": true,
|
84 |
"torch_dtype": "bfloat16",
|
85 |
"transformers_version": "4.54.0",
|
86 |
-
"use_cache":
|
87 |
"vocab_size": 102400
|
88 |
}
|
|
|
83 |
"tie_word_embeddings": true,
|
84 |
"torch_dtype": "bfloat16",
|
85 |
"transformers_version": "4.54.0",
|
86 |
+
"use_cache": true,
|
87 |
"vocab_size": 102400
|
88 |
}
|