Index-pt / generation_config.json
FlameF0X's picture
Upload folder using huggingface_hub
0998018 verified
raw
history blame contribute delete
163 Bytes
{
"do_sample": true,
"eos_token_id": 50256,
"max_length": 1024,
"pad_token_id": 50256,
"top_k": 50,
"top_p": 0.95,
"transformers_version": "5.0.0"
}