joujiboi/japanese-anime-speech
Viewer • Updated • 73k • 1.05k • 148
How to use Ananie/japanes-tts with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="Ananie/japanes-tts") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Ananie/japanes-tts")
model = AutoModelForTextToSpectrogram.from_pretrained("Ananie/japanes-tts")This model is a fine-tuned version of microsoft/speecht5_tts on the japanese-anime-speech dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
microsoft/speecht5_tts