use_cache by default
Browse files- 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":
|
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 |
}
|