Text-to-Speech
Transformers
Safetensors
Central Bikol
speecht5
text-to-audio
philippines
philippine-languages
Instructions to use sapinsapin/speecht5_tts-pld-bcl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapinsapin/speecht5_tts-pld-bcl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="sapinsapin/speecht5_tts-pld-bcl")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("sapinsapin/speecht5_tts-pld-bcl") model = AutoModelForTextToSpectrogram.from_pretrained("sapinsapin/speecht5_tts-pld-bcl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add sample sample_0.wav
Browse files- .gitattributes +1 -0
- samples/sample_0.wav +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
samples/sample_0.wav filter=lfs diff=lfs merge=lfs -text
|
samples/sample_0.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a056a4c2475bb796d6b300b275182ec5c42050d9bee7bbda56382e57d261e2f2
|
| 3 |
+
size 187436
|