Kotoba-Speech
Collection
2 items • Updated
How to use kotoba-tech/kotoba-speech-v0.1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="kotoba-tech/kotoba-speech-v0.1") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("kotoba-tech/kotoba-speech-v0.1", device_map="auto")Kotoba-Speech v0.1 is a 1.2B Transformer-based speech generative model. It supports the following properties:
Plesae check out our HF Spaces demo.
Apache License Version 2.0, January 2004