4TH_fine_tuned_Llama-3.2-3B-Instruct / generation_config.json
wolf010's picture
Trained with Unsloth
5656c9f verified
raw
history blame contribute delete
198 Bytes
{
"bos_token_id": 128000,
"do_sample": true,
"eos_token_id": 128001,
"max_length": 8192,
"pad_token_id": 128001,
"temperature": 0.6,
"top_p": 0.9,
"transformers_version": "4.46.1"
}