Text-to-Audio
Transformers
PyTorch
Japanese
parler_tts
text-generation
text-to-speech
annotation
japanese
Instructions to use 2121-8/japanese-parler-tts-mini-bate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 2121-8/japanese-parler-tts-mini-bate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="2121-8/japanese-parler-tts-mini-bate")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("2121-8/japanese-parler-tts-mini-bate", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,10 @@ datasets:
|
|
| 10 |
pipeline_tag: text-to-audio
|
| 11 |
library_name: transformers
|
| 12 |
tags:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
|
|
|
|
| 10 |
pipeline_tag: text-to-audio
|
| 11 |
library_name: transformers
|
| 12 |
tags:
|
| 13 |
+
- text-to-speech
|
| 14 |
+
- annotation
|
| 15 |
+
- japanese
|
| 16 |
+
license: other
|
| 17 |
---
|
| 18 |
|
| 19 |
|