test-model-ku1 / generation_config.json
ReskiGaming's picture
Upload model, config, tokenizer, and generation config
1297f6a verified
raw
history blame contribute delete
139 Bytes
{
"max_length": 100,
"do_sample": false,
"top_k": 0,
"top_p": 1.0,
"temperature": 1.0,
"eos_token_id": 2,
"pad_token_id": 1
}