TTS Model (Piper VITS): - MODEL_CARD: Voice model information - tokens.txt: Phoneme tokenization - onnx.json: Model configuration - Model: en_US-lessac-medium (60MB ONNX - not in git) Documentation: - APP_REVIEW_NOTES.txt: App Store review notes - specs/: Feature specifications - plugins/: Expo config plugins .gitignore updates: - Exclude large ONNX models (60MB+) - Exclude espeak-ng-data (phoneme data) - Exclude credentials.json - Exclude store-screenshots/ Note: TTS models must be downloaded separately. See specs/ for setup instructions.
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
# Model card for lessac (medium)
|
|
|
|
* Language: en_US (English, United States)
|
|
* Speakers: 1
|
|
* Quality: medium
|
|
* Samplerate: 22,050Hz
|
|
|
|
## Dataset
|
|
|
|
* URL: https://www.cstr.ed.ac.uk/projects/blizzard/2013/lessac_blizzard2013/
|
|
* License: https://www.cstr.ed.ac.uk/projects/blizzard/2013/lessac_blizzard2013/license.html
|
|
|
|
## Training
|
|
|
|
Trained from scratch.
|