LongCat-Next-int4-AutoRound / generation_config.json
INC4AI's picture
Upload model
1a740f1 verified
raw
history blame contribute delete
811 Bytes
{
"audio_generation_config": {
"audio_parallel_decoding": false,
"custom_params": {
"sampling_rate": 24000,
"wave_concat_overlap": 1200
},
"do_sample": true,
"repetition_penalty": 1.3,
"temperature": 0.5,
"top_k": 5,
"top_p": 0.85
},
"bos_token_id": 1,
"do_sample": true,
"eos_token_id": 2,
"max_new_tokens": 2048,
"pad_token_id": 3,
"repetition_penalty": 1.1,
"temperature": 0.4,
"top_k": 20,
"top_p": 0.85,
"transformers_version": "4.57.6",
"visual_generation_config": {
"custom_params": {
"anyres_prefix": "<longcat_img_token_size>{h} {w}</longcat_img_token_size>",
"cfg_scale": 3.0,
"token_h": 37,
"token_w": 37
},
"do_sample": true,
"temperature": 0.5,
"top_k": 1024,
"top_p": 0.75
}
}