saheedniyi commited on
Commit
eab903c
·
verified ·
1 Parent(s): 00067b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -16
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
- - en
 
 
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 Nigerian-accented English 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 11 voices supported by default (6 males and 5 females ):
35
- - zainab
36
- - jude
37
- - tayo
38
- - remi
39
- - idera
40
- - regina
41
- - chinenye
42
- - umar
43
- - osagie
44
- - joke
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