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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README_zh.md
Browse files- README_zh.md +2 -0
README_zh.md
CHANGED
|
@@ -19,6 +19,8 @@ pipeline_tag: any-to-any
|
|
| 19 |
|
| 20 |
<div align="center">
|
| 21 |
|
|
|
|
|
|
|
| 22 |
**Fun-Audio-Chat** 是一个专为自然、低延迟语音交互打造的大型音频语言模型。
|
| 23 |
|
| 24 |
[](https://github.com/FunAudioLLM/Fun-Audio-Chat/blob/main/Fun-Audio-Chat-Technical-Report.pdf)
|
|
|
|
| 19 |
|
| 20 |
<div align="center">
|
| 21 |
|
| 22 |
+
<img src="https://github.com/FunAudioLLM/Fun-Audio-Chat/blob/main/assets/通义百聆.png?raw=true" alt="通义百聆" height="80">
|
| 23 |
+
|
| 24 |
**Fun-Audio-Chat** 是一个专为自然、低延迟语音交互打造的大型音频语言模型。
|
| 25 |
|
| 26 |
[](https://github.com/FunAudioLLM/Fun-Audio-Chat/blob/main/Fun-Audio-Chat-Technical-Report.pdf)
|