Text-to-Audio
Transformers
Safetensors
dasheng_audiogen
feature-extraction
audio-generation
text-to-speech
text-to-music
sound-effects
diffusion
custom_code
Instructions to use mispeech/Dasheng-AudioGen-Multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mispeech/Dasheng-AudioGen-Multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="mispeech/Dasheng-AudioGen-Multilingual", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mispeech/Dasheng-AudioGen-Multilingual", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README_zh.md
Browse files- README_zh.md +6 -6
README_zh.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Dasheng-AudioGen-Multilingual
|
| 2 |
|
| 3 |
-
[](https://arxiv.org/abs/
|
| 4 |
[](https://huggingface.co/mispeech/Dasheng-AudioGen-Multilingual)
|
| 5 |
[](https://huggingface.co/spaces/mispeech/Dasheng-AudioGen)
|
| 6 |
[](https://nieeim.github.io/Dasheng-AudioGen-Web/)
|
|
@@ -155,11 +155,11 @@ Dasheng-AudioGen 由**小米 LLM PLUS** 和 **上海交通大学 X-LANCE** 联
|
|
| 155 |
## 引用
|
| 156 |
|
| 157 |
```bibtex
|
| 158 |
-
@article{
|
| 159 |
-
title={Dasheng
|
| 160 |
-
author={},
|
| 161 |
-
journal={arXiv preprint arXiv:
|
| 162 |
-
year={
|
| 163 |
}
|
| 164 |
```
|
| 165 |
|
|
|
|
| 1 |
# Dasheng-AudioGen-Multilingual
|
| 2 |
|
| 3 |
+
[](https://arxiv.org/abs/2605.27838)
|
| 4 |
[](https://huggingface.co/mispeech/Dasheng-AudioGen-Multilingual)
|
| 5 |
[](https://huggingface.co/spaces/mispeech/Dasheng-AudioGen)
|
| 6 |
[](https://nieeim.github.io/Dasheng-AudioGen-Web/)
|
|
|
|
| 155 |
## 引用
|
| 156 |
|
| 157 |
```bibtex
|
| 158 |
+
@article{mei2026dashengaudiogen,
|
| 159 |
+
title = {Dasheng AudioGen: A Unified Model for Generating Coherent Audio Scenes from Text},
|
| 160 |
+
author = {Jiahao Mei and Heinrich Dinkel and Yadong Niu and Xingwei Sun and Gang Li and Yifan Liao and Jiahao Zhou and Junbo Zhang and Jian Luan and Mengyue Wu},
|
| 161 |
+
journal = {arXiv preprint arXiv:2605.27838},
|
| 162 |
+
year = {2026}
|
| 163 |
}
|
| 164 |
```
|
| 165 |
|