Baro / generation_config.json
Darveht's picture
Upload generation_config.json with huggingface_hub
0f0458d verified
Raw
History Blame Contribute Delete
240 Bytes
{
"max_length": 2048,
"do_sample": true,
"temperature": 0.2,
"top_p": 0.95,
"top_k": 40,
"repetition_penalty": 1.1,
"bos_token_id": 50256,
"eos_token_id": 50256,
"pad_token_id": 50256,
"transformers_version": "4.40.0"
}