CSM-MrDragonFox-Elise / generation_config.json
benjaminsinzore's picture
(Trained with Unsloth)
b7c55ab verified
raw
history blame contribute delete
419 Bytes
{
"attn_implementation": "sdpa",
"bos_token_id": 128000,
"depth_decoder_do_sample": true,
"depth_decoder_max_new_tokens": 31,
"depth_decoder_min_new_tokens": 31,
"depth_decoder_temperature": 0.6,
"depth_decoder_top_k": 0,
"depth_decoder_top_p": 0.9,
"do_sample": true,
"max_length": 2048,
"max_new_tokens": 125,
"pad_token_id": 128256,
"temperature": 0.9,
"transformers_version": "4.52.3"
}