llama3.2-typhoon2-1b-no-phonetic-adding / generation_config.json
Pongsaky's picture
Upload model trained with Unsloth
1591da2 verified
raw
history blame contribute delete
234 Bytes
{
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": [
128001,
128008,
128009
],
"max_length": 131072,
"pad_token_id": 128001,
"temperature": 0.4,
"top_p": 0.9,
"transformers_version": "4.51.3"
}