Adding generation config file(s)

This commit is contained in:
Joao Gante 2023-01-24 16:55:06 +00:00 committed by huggingface-web
parent 06a70b2c3c
commit 04e3e47b52
2 changed files with 13 additions and 0 deletions

6
generation_config.json Normal file
View File

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

View File

@ -0,0 +1,7 @@
{
"_from_model_config": true,
"bos_token_id": 50256,
"eos_token_id": 50256,
"max_length": 1000,
"transformers_version": "4.27.0.dev0"
}