Update generation_config.json
Browse files- generation_config.json +4 -1
generation_config.json
CHANGED
|
@@ -2,5 +2,8 @@
|
|
| 2 |
"temperature": 0.7,
|
| 3 |
"top_p": 0.3,
|
| 4 |
"repetition_penalty": 1.1,
|
| 5 |
-
"do_sample": true
|
|
|
|
|
|
|
|
|
|
| 6 |
}
|
|
|
|
| 2 |
"temperature": 0.7,
|
| 3 |
"top_p": 0.3,
|
| 4 |
"repetition_penalty": 1.1,
|
| 5 |
+
"do_sample": true,
|
| 6 |
+
"bos_token_id": 1,
|
| 7 |
+
"eos_token_id": 2,
|
| 8 |
+
"pad_token_id": 2
|
| 9 |
}
|