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
|
@@ -49,7 +49,6 @@ tags:
|
|
| 49 |
* [👨💻 インストール](#👨💻-インストール)
|
| 50 |
* [🎲 ランダムな音声での使用方法](#🎲-ランダムな音声での使用方法)
|
| 51 |
* [🎯 特定の話者を指定する方法](#🎯-特定の話者を指定する方法)
|
| 52 |
-
* [謝辞](#謝辞)
|
| 53 |
|
| 54 |
---
|
| 55 |
|
|
|
|
| 49 |
* [👨💻 インストール](#👨💻-インストール)
|
| 50 |
* [🎲 ランダムな音声での使用方法](#🎲-ランダムな音声での使用方法)
|
| 51 |
* [🎯 特定の話者を指定する方法](#🎯-特定の話者を指定する方法)
|
|
|
|
| 52 |
|
| 53 |
---
|
| 54 |
|