rugpt3large_volk_epochs-20 / custom_generation_config.json
logiczmaksimka's picture
Upload custom_generation_config.json with huggingface_hub
5a99a17
{
"do_sample": true,
"repetition_penalty": 10.0,
"top_k": 10,
"top_p": 0.95,
"temperature": 1.0,
"max_new_tokens": 50,
"pad_token_id": 2,
"eos_token_id": [
2,
203
]
}