lewtun HF staff loubnabnl HF staff commited on
Commit
2f20a76
1 Parent(s): 5058bd8

set use_cache to true (#7)

Browse files

- set use_cache to true (e32fc8f38f3878b31679b4aa31dc049a840b81d0)


Co-authored-by: Loubna Ben Allal <loubnabnl@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -33,7 +33,7 @@
33
  "summary_use_proj": true,
34
  "torch_dtype": "float16",
35
  "transformers_version": "4.28.1",
36
- "use_cache": false,
37
  "validate_runner_input": true,
38
  "vocab_size": 49156
39
  }
 
33
  "summary_use_proj": true,
34
  "torch_dtype": "float16",
35
  "transformers_version": "4.28.1",
36
+ "use_cache": true,
37
  "validate_runner_input": true,
38
  "vocab_size": 49156
39
  }