Adding generation config file(s)

This commit is contained in:
Joao Gante 2023-01-24 14:49:28 +00:00 committed by huggingface-web
parent b3ab1942f7
commit 173722e0fb
2 changed files with 10 additions and 0 deletions

4
generation_config.json Normal file
View File

@ -0,0 +1,4 @@
{
"_from_model_config": true,
"transformers_version": "4.27.0.dev0"
}

View File

@ -0,0 +1,6 @@
{
"_from_model_config": true,
"do_sample": true,
"max_length": 50,
"transformers_version": "4.27.0.dev0"
}