Add EOS token to the generation config (#101)

- Add EOS token to the generation config (9a5117d15e407c48fa40f8adbac1244abae52d6f)


Co-authored-by: Joao Gante <joaogante@users.noreply.huggingface.co>
This commit is contained in:
Gustavo de Rosa 2024-01-27 17:21:23 +00:00 committed by system
parent cb02e3efd8
commit 313453cae6
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -1,4 +1,6 @@
{
"_from_model_config": true,
"transformers_version": "4.37.0.dev0"
"transformers_version": "4.37.0.dev0",
"eos_token_id": 50256,
"bos_token_id": 50256
}