Aitrepreneur TheEnthusiast commited on
Commit
fe41f57
1 Parent(s): ced3889

Change use_cache to true (#4)

Browse files

- Change use_cache to true (220036faa5ab4afe5a61c3eefc4678b31aa94163)


Co-authored-by: Axodus <TheEnthusiast@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -18,6 +18,6 @@
18
  "tie_word_embeddings": false,
19
  "torch_dtype": "float32",
20
  "transformers_version": "4.28.1",
21
- "use_cache": false,
22
  "vocab_size": 32001
23
  }
 
18
  "tie_word_embeddings": false,
19
  "torch_dtype": "float32",
20
  "transformers_version": "4.28.1",
21
+ "use_cache": true,
22
  "vocab_size": 32001
23
  }