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:
parent
cb02e3efd8
commit
313453cae6
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_from_model_config": true,
|
"_from_model_config": true,
|
||||||
"transformers_version": "4.37.0.dev0"
|
"transformers_version": "4.37.0.dev0",
|
||||||
|
"eos_token_id": 50256,
|
||||||
|
"bos_token_id": 50256
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user