Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
datasets:
|
5 |
-
- intronhealth/afrispeech-200
|
6 |
language:
|
7 |
-
-
|
|
|
|
|
8 |
base_model:
|
9 |
- HuggingFaceTB/SmolLM2-360M
|
10 |
pipeline_tag: text-to-speech
|
@@ -27,22 +27,21 @@ pipeline_tag: text-to-speech
|
|
27 |
|
28 |
## Model Summary
|
29 |
|
30 |
-
YarnGPT is a text-to-speech (TTS) model designed to synthesize
|
31 |
|
32 |
|
33 |
#### How to use (Colab)
|
34 |
-
The model can generate audio on its own but its better to use a voice to prompt the model, there are about
|
35 |
-
-
|
36 |
-
-
|
37 |
-
-
|
38 |
-
-
|
39 |
-
-
|
40 |
-
-
|
41 |
-
-
|
42 |
-
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
- emma (the names do not correlate to any tribe or accent)
|
46 |
|
47 |
|
48 |
```python
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
|
|
|
|
4 |
language:
|
5 |
+
- yo
|
6 |
+
- ig
|
7 |
+
- ha
|
8 |
base_model:
|
9 |
- HuggingFaceTB/SmolLM2-360M
|
10 |
pipeline_tag: text-to-speech
|
|
|
27 |
|
28 |
## Model Summary
|
29 |
|
30 |
+
YarnGPT-local is a text-to-speech (TTS) model designed to synthesize Yoruba, Igbo and Hausa leveraging pure language modelling without external adapters or complex architectures, offering high-quality, natural, and culturally relevant speech synthesis for diverse applications.
|
31 |
|
32 |
|
33 |
#### How to use (Colab)
|
34 |
+
The model can generate audio on its own but its better to use a voice to prompt the model, there are about 10 voices supported by default:
|
35 |
+
- hausa_female1
|
36 |
+
- hausa_female2
|
37 |
+
- hausa_male1
|
38 |
+
- hausa_male2
|
39 |
+
- igbo_female1
|
40 |
+
- igbo_female2
|
41 |
+
- igbo_male2
|
42 |
+
- yoruba_female1
|
43 |
+
- yoruba_female2
|
44 |
+
- yoruba_male2
|
|
|
45 |
|
46 |
|
47 |
```python
|