Adding generation config file(s)

This commit is contained in:
Joao Gante 2023-01-24 17:10:24 +00:00 committed by huggingface-web
parent aa6ac1e23b
commit 8c7b107549
1 changed files with 7 additions and 0 deletions

7
generation_config.json Normal file
View File

@ -0,0 +1,7 @@
{
"_from_model_config": true,
"bos_token_id": 2,
"eos_token_id": 2,
"pad_token_id": 1,
"transformers_version": "4.27.0.dev0"
}