not use cache by default
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -17,6 +17,6 @@
|
|
| 17 |
"tie_word_embeddings": false,
|
| 18 |
"torch_dtype": "float16",
|
| 19 |
"transformers_version": "4.29.2",
|
| 20 |
-
"use_cache":
|
| 21 |
"vocab_size": 32001
|
| 22 |
}
|
|
|
|
| 17 |
"tie_word_embeddings": false,
|
| 18 |
"torch_dtype": "float16",
|
| 19 |
"transformers_version": "4.29.2",
|
| 20 |
+
"use_cache": false,
|
| 21 |
"vocab_size": 32001
|
| 22 |
}
|