Update generation_config.json (#62)

- Update generation_config.json (368ba9bdb79a9dc34f489925e9f9440bc597c361)
This commit is contained in:
Arthur Zucker 2024-04-24 15:41:55 +00:00 committed by system
parent 7840f95a8c
commit e5e23bbe8e
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -1,6 +1,9 @@
{ {
"_from_model_config": true,
"bos_token_id": 128000, "bos_token_id": 128000,
"eos_token_id": [128001, 128009], "eos_token_id": [128001, 128009],
"do_sample": true,
"temperature": 0.6,
"max_length": 4096,
"top_p": 0.9,
"transformers_version": "4.40.0.dev0" "transformers_version": "4.40.0.dev0"
} }