iamrahulreddy commited on
Commit
cbe6941
·
verified ·
1 Parent(s): 9cdd45a

Set use_cache to true in config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -54,7 +54,7 @@
54
  "sliding_window": null,
55
  "tie_word_embeddings": true,
56
  "transformers_version": "4.56.0",
57
- "use_cache": false,
58
  "use_sliding_window": false,
59
  "vocab_size": 151936
60
  }
 
54
  "sliding_window": null,
55
  "tie_word_embeddings": true,
56
  "transformers_version": "4.56.0",
57
+ "use_cache": true,
58
  "use_sliding_window": false,
59
  "vocab_size": 151936
60
  }