Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -9,5 +9,6 @@
|
|
9 |
"repetition_penalty": 1.0,
|
10 |
"sample": true,
|
11 |
"temperature": 0.3,
|
12 |
-
"max_new_tokens": 1024
|
|
|
13 |
}
|
|
|
9 |
"repetition_penalty": 1.0,
|
10 |
"sample": true,
|
11 |
"temperature": 0.3,
|
12 |
+
"max_new_tokens": 1024,
|
13 |
+
"use_cache": true
|
14 |
}
|