Update generation_config.json
Browse files- generation_config.json +2 -1
generation_config.json
CHANGED
@@ -7,5 +7,6 @@
|
|
7 |
"top_k": 5,
|
8 |
"top_p": 0.87,
|
9 |
"temperature": 0.4,
|
10 |
-
"repetition_penalty": 1.1
|
|
|
11 |
}
|
|
|
7 |
"top_k": 5,
|
8 |
"top_p": 0.87,
|
9 |
"temperature": 0.4,
|
10 |
+
"repetition_penalty": 1.1,
|
11 |
+
"do_sample": true
|
12 |
}
|