test using cache
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "pszemraj/long-t5-tglobal-base-book-summary-ext-elife-test1",
|
3 |
"architectures": [
|
4 |
"LongT5ForConditionalGeneration"
|
5 |
],
|
@@ -38,6 +37,6 @@
|
|
38 |
"tie_word_embeddings": false,
|
39 |
"torch_dtype": "float32",
|
40 |
"transformers_version": "4.27.4",
|
41 |
-
"use_cache":
|
42 |
"vocab_size": 32128
|
43 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LongT5ForConditionalGeneration"
|
4 |
],
|
|
|
37 |
"tie_word_embeddings": false,
|
38 |
"torch_dtype": "float32",
|
39 |
"transformers_version": "4.27.4",
|
40 |
+
"use_cache": true,
|
41 |
"vocab_size": 32128
|
42 |
}
|