Adding generation config file(s)

This commit is contained in:
Joao Gante 2023-01-24 17:02:43 +00:00 committed by huggingface-web
parent 4faed89596
commit e1a21a34d2
1 changed files with 11 additions and 0 deletions

11
generation_config.json Normal file
View File

@ -0,0 +1,11 @@
{
"_from_model_config": true,
"bos_token_id": 0,
"decoder_start_token_id": 2,
"eos_token_id": 2,
"forced_bos_token_id": 0,
"forced_eos_token_id": 2,
"num_beams": 4,
"pad_token_id": 1,
"transformers_version": "4.27.0.dev0"
}