MIDI-LLM_Llama-3.2-1B / generation_config.json
slseanwu's picture
Upload folder using huggingface_hub
0f45051 verified
raw
history blame contribute delete
218 Bytes
{
"do_sample": true,
"temperature": 1.0,
"top_p": 0.98,
"max_new_tokens": 2046,
"pad_token_id": 128001,
"eos_token_id": 128001,
"bos_token_id": 128000,
"transformers_version": "4.46.2"
}