Update generation_config.json
Browse files- generation_config.json +1 -1
generation_config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"top_k": 64,
|
8 |
"top_p": 0.9,
|
9 |
"repetition_penalty": 1.0,
|
10 |
-
"
|
11 |
"temperature": 0.3,
|
12 |
"max_new_tokens": 1024,
|
13 |
"use_cache": true
|
|
|
7 |
"top_k": 64,
|
8 |
"top_p": 0.9,
|
9 |
"repetition_penalty": 1.0,
|
10 |
+
"do_sample": true,
|
11 |
"temperature": 0.3,
|
12 |
"max_new_tokens": 1024,
|
13 |
"use_cache": true
|