update sampling parameters to match evals
Browse files- generation_config.json +4 -3
generation_config.json
CHANGED
|
@@ -5,8 +5,9 @@
|
|
| 5 |
2,
|
| 6 |
24
|
| 7 |
],
|
| 8 |
-
"max_new_tokens":
|
| 9 |
"pad_token_id": 9,
|
| 10 |
-
"temperature":
|
| 11 |
-
"top_p":
|
|
|
|
| 12 |
}
|
|
|
|
| 5 |
2,
|
| 6 |
24
|
| 7 |
],
|
| 8 |
+
"max_new_tokens": 4096,
|
| 9 |
"pad_token_id": 9,
|
| 10 |
+
"temperature": 1.0,
|
| 11 |
+
"top_p": 1.0,
|
| 12 |
+
"min_p": 0.0
|
| 13 |
}
|