Instructions to use antoniomae1234/voice-clona-text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use antoniomae1234/voice-clona-text with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("antoniomae1234/voice-clona-text", "model.bin")) - Notebooks
- Google Colab
- Kaggle
app.py
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- gretelai/synthetic_text_to_sql
|
| 5 |
+
- PleIAs/YouTube-Commons
|
| 6 |
+
- Anthropic/persuasion
|
| 7 |
+
- HuggingFaceFW/fineweb
|
| 8 |
+
- LooksJuicy/ruozhiba
|
| 9 |
+
language:
|
| 10 |
+
- pt
|
| 11 |
+
- ar
|
| 12 |
+
- aa
|
| 13 |
+
- ak
|
| 14 |
+
- an
|
| 15 |
+
metrics:
|
| 16 |
+
- code_eval
|
| 17 |
+
- accuracy
|
| 18 |
+
- bleurt
|
| 19 |
+
- bertscore
|
| 20 |
+
- chrf
|
| 21 |
+
library_name: fasttext
|
| 22 |
+
pipeline_tag: text-to-speech
|
| 23 |
+
---
|