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