Text-to-Audio
Transformers
PyTorch
Japanese
parler_tts
text-generation
text-to-speech
annotation
japanese
Instructions to use 2121-8/japanese-parler-tts-large-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-large-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-large-bate")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("2121-8/japanese-parler-tts-large-bate", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload pytorch_model.bin
Browse files- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aede7784072aaed268b050f54adbfea107f7735ae689c27d4fa400036d87d317
|
| 3 |
+
size 9332474626
|