Update generation_config.json
Browse filesremove random sampling from gen config
- generation_config.json +0 -4
generation_config.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
-
"do_sample": true,
|
| 4 |
"eos_token_id": [
|
| 5 |
151645,
|
| 6 |
151643
|
| 7 |
],
|
| 8 |
"pad_token_id": 151643,
|
| 9 |
-
"temperature": 0.6,
|
| 10 |
-
"top_k": 20,
|
| 11 |
-
"top_p": 0.95,
|
| 12 |
"transformers_version": "4.52.0.dev0",
|
| 13 |
"trust_remote_code": true
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
|
|
|
| 3 |
"eos_token_id": [
|
| 4 |
151645,
|
| 5 |
151643
|
| 6 |
],
|
| 7 |
"pad_token_id": 151643,
|
|
|
|
|
|
|
|
|
|
| 8 |
"transformers_version": "4.52.0.dev0",
|
| 9 |
"trust_remote_code": true
|
| 10 |
}
|