Limerobot ParanjayChawla commited on
Commit
99f8b52
1 Parent(s): 53b019b

Use cache true (#6)

Browse files

- Use cache true (5b56aebc232dd6ebb78cfeceae8e0a7d20d94c2f)


Co-authored-by: Paranjay <ParanjayChawla@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -23,6 +23,6 @@
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
  "transformers_version": "4.35.0",
26
- "use_cache": false,
27
  "vocab_size": 32000
28
  }
 
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
  "transformers_version": "4.35.0",
26
+ "use_cache": true,
27
  "vocab_size": 32000
28
  }