Text-to-Speech
LiteRT
ONNX
LiteRT
English
Spanish
Italian
onnxruntime
tts
int8
quantization
speech-synthesis
duration-flow
multilingual
expressive-tts
emotion
cpu-inference
Instructions to use spybyscript/scyllasband with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use spybyscript/scyllasband with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 340 Bytes
c00d50c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"normalizer": "SpokenTextNormalizer",
"languages": [
"en",
"en_us",
"en_gb",
"es",
"it"
],
"expand_currency": true,
"expand_numbers": true,
"expand_ordinals": true,
"expand_percentages": true,
"expand_times": true,
"expand_dates": true,
"normalize_at_sign": true,
"normalize_punctuation": true
}
|