Any-to-Any
Transformers
Safetensors
English
Chinese
funaudiochat
text-generation
audio-language-model
speech-to-speech
Instructions to use FunAudioLLM/Fun-Audio-Chat-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FunAudioLLM/Fun-Audio-Chat-8B with Transformers:
# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("FunAudioLLM/Fun-Audio-Chat-8B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 240 Bytes
fa4f933 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151643
],
"pad_token_id": 151643,
"temperature": 0.6,
"top_k": 20,
"top_p": 0.95,
"max_new_tokens": 2048,
"transformers_version": "4.52.3"
}
|