midi-llm-models / generation_config.json
AEmotionStudio's picture
Mirror slseanwu/MIDI-LLM_Llama-3.2-1B @ 8b82ab9ec144 for MAESTRO
eee77f7 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"
}