Update config.json
Browse filesUsing cached embeddings to decrease inference time.
- config.json +1 -1
config.json
CHANGED
@@ -25,6 +25,6 @@
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "float16",
|
27 |
"transformers_version": "4.31.0",
|
28 |
-
"use_cache":
|
29 |
"vocab_size": 32000
|
30 |
}
|
|
|
25 |
"tie_word_embeddings": false,
|
26 |
"torch_dtype": "float16",
|
27 |
"transformers_version": "4.31.0",
|
28 |
+
"use_cache": true,
|
29 |
"vocab_size": 32000
|
30 |
}
|