Adding generation config file(s)

This commit is contained in:
Joao Gante 2023-01-24 17:02:46 +00:00 committed by huggingface-web
parent ec1a11f879
commit a755f6ff34
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,
"max_length": 1024,
"pad_token_id": 1,
"transformers_version": "4.27.0.dev0"
}