pszemraj commited on
Commit
197d142
1 Parent(s): ae54cae

use_cache by default

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -47,7 +47,7 @@
47
  "tokenizer_name": "EleutherAI/gpt-neox-20b",
48
  "torch_dtype": "bfloat16",
49
  "transformers_version": "4.28.1",
50
- "use_cache": false,
51
  "verbose": 0,
52
  "vocab_size": 50432
53
  }
 
47
  "tokenizer_name": "EleutherAI/gpt-neox-20b",
48
  "torch_dtype": "bfloat16",
49
  "transformers_version": "4.28.1",
50
+ "use_cache": true,
51
  "verbose": 0,
52
  "vocab_size": 50432
53
  }