qwen2-audio-tiny-random / generation_config.json
yujiepan's picture
Upload folder using huggingface_hub
9a2bd1b verified
raw
history blame
277 Bytes
{
"chat_format": "chatml",
"do_sample": true,
"eos_token_id": [
151643,
151645
],
"pad_token_id": 151643,
"repetition_penalty": 1.1,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.5,
"transformers_version": "4.45.0.dev0",
"trust_remote_code": true
}