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
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
-
|
|
|
|
|
|
|
|
|
|
| 5 |
- ja
|
| 6 |
- ko
|
| 7 |
- de
|
| 8 |
-
- fr
|
| 9 |
-
- es
|
| 10 |
-
- multilingual
|
| 11 |
license: apache-2.0
|
| 12 |
tags:
|
| 13 |
- audio-generation
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
- es
|
| 5 |
+
- pt
|
| 6 |
+
- ru
|
| 7 |
+
- fr
|
| 8 |
- ja
|
| 9 |
- ko
|
| 10 |
- de
|
|
|
|
|
|
|
|
|
|
| 11 |
license: apache-2.0
|
| 12 |
tags:
|
| 13 |
- audio-generation
|