CoolFace
Modelpublic

FunAudioLLM/Fun-Audio-Chat-8B

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
189likes364downloads
generation_config.json15 linesDownload Raw Back to root
1{2  "bos_token_id": 151643,3  "do_sample": true,4  "eos_token_id": [5    151645,6    1516437  ],8  "pad_token_id": 151643,9  "temperature": 0.6,10  "top_k": 20,11  "top_p": 0.95,12  "max_new_tokens": 2048,13  "transformers_version": "4.52.3"14}15