perrynelson commited on
Commit
6d9412c
·
verified ·
1 Parent(s): cc788e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -8
README.md CHANGED
@@ -26,6 +26,7 @@ language:
26
  - kpo
27
  - lin
28
  - lug
 
29
  - mas
30
  - mlg
31
  - nyn
@@ -213,6 +214,14 @@ configs:
213
  path: "data/TTS/lug/lug-validation-*"
214
  - split: test
215
  path: "data/TTS/lug/lug-test-*"
 
 
 
 
 
 
 
 
216
  - config_name: mas_asr
217
  data_files:
218
  - split: train
@@ -606,6 +615,20 @@ dataset_info:
606
  dtype: string
607
  - name: audio
608
  dtype: audio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
609
  - config_name: mas_asr
610
  features:
611
  - name: id
@@ -828,9 +851,9 @@ speakers across 40 Sub-Saharan African countries.
828
 
829
  Provider | Languages | License
830
  :------------------ | :--------------------------------------- | :------------:
831
- Makerere University | Acholi, Luganda, Masaaba, Nyankole, Soga | `CC-BY-4.0`
832
  University of Ghana | Akan, Ewe, Dagbani, Dagaare, Ikposo | `CC-BY-4.0`
833
- Digital Umuganda | Fula, Lingala, Shona, Malagasy, Amharic, Oromo, Sidama, Tigrinya, Wolaytta | `CC-BY-4.0`
834
 
835
  ### TTS Dataset
836
 
@@ -840,10 +863,11 @@ from a wide variety of voices.
840
 
841
  Provider | Languages | License
842
  :------------------ | :----------------------------------- | :------------:
843
- Makerere University | Acholi, Luganda, Kiswahili, Nyankole | `CC-BY-4.0`
844
  University of Ghana | Akan (Fante, Twi) | `CC-BY-4.0`
845
- Media Trust | Fula, Igbo, Hausa, Yoruba | `CC-BY-4.0`
846
- Digital Umuganda | Kikuyu, Amharic, Oromo, Sidama, Tigrinya, Wolaytta | `CC-BY-4.0`
 
847
 
848
  ### How to Use
849
 
@@ -979,9 +1003,9 @@ The data was gathered by multiple partners:
979
  Provider | Dataset | License
980
  :------------------ | :------------------------------------------------------- | :------
981
  University of Ghana | [UGSpeechData](https://doi.org/10.57760/sciencedb.22298) | `CC BY 4.0`
982
- Digital Umuganda | [AfriVoice](DigitalUmuganda/AfriVoice) | `CC-BY 4.0`
983
- Makerere University | [Yogera Dataset](https://doi.org/10.7910/DVN/BEROE0) | `CC-BY 4.0`
984
- Media Trust | | `CC-BY 4.0`
985
 
986
  ## Considerations for Using the Data
987
 
 
26
  - kpo
27
  - lin
28
  - lug
29
+ - luo
30
  - mas
31
  - mlg
32
  - nyn
 
214
  path: "data/TTS/lug/lug-validation-*"
215
  - split: test
216
  path: "data/TTS/lug/lug-test-*"
217
+ - config_name: luo_tts
218
+ data_files:
219
+ - split: train
220
+ path: "data/TTS/luo/luo-train-*"
221
+ - split: validation
222
+ path: "data/TTS/luo/luo-validation-*"
223
+ - split: test
224
+ path: "data/TTS/luo/luo-test-*"
225
  - config_name: mas_asr
226
  data_files:
227
  - split: train
 
615
  dtype: string
616
  - name: audio
617
  dtype: audio
618
+ - config_name: luo_tts
619
+ features:
620
+ - name: id
621
+ dtype: string
622
+ - name: speaker_id
623
+ dtype: string
624
+ - name: text
625
+ dtype: string
626
+ - name: locale
627
+ dtype: string
628
+ - name: gender
629
+ dtype: string
630
+ - name: audio
631
+ dtype: audio
632
  - config_name: mas_asr
633
  features:
634
  - name: id
 
851
 
852
  Provider | Languages | License
853
  :------------------ | :--------------------------------------- | :------------:
854
+ Makerere University | Acholi, Luganda, Masaaba, Nyankole, Soga | `CC-BY-SA-4.0`
855
  University of Ghana | Akan, Ewe, Dagbani, Dagaare, Ikposo | `CC-BY-4.0`
856
+ Digital Umuganda | Fula, Lingala, Shona, Malagasy, Amharic, Oromo, Sidama, Tigrinya, Wolaytta | `CC-BY-SA-4.0`
857
 
858
  ### TTS Dataset
859
 
 
863
 
864
  Provider | Languages | License
865
  :------------------ | :----------------------------------- | :------------:
866
+ Makerere University | Acholi, Luganda, Kiswahili, Nyankole | `CC-BY-SA-4.0`
867
  University of Ghana | Akan (Fante, Twi) | `CC-BY-4.0`
868
+ Media Trust | Fula, Igbo, Hausa, Yoruba | `CC-BY-SA-4.0`
869
+ Digital Umuganda | Amharic, Oromo, Sidama, Tigrinya, Wolaytta | `CC-BY-SA-4.0`
870
+ Loud and Clear | Kikuyu, Luo | `CC-BY-SA-4.0`
871
 
872
  ### How to Use
873
 
 
1003
  Provider | Dataset | License
1004
  :------------------ | :------------------------------------------------------- | :------
1005
  University of Ghana | [UGSpeechData](https://doi.org/10.57760/sciencedb.22298) | `CC BY 4.0`
1006
+ Digital Umuganda | [AfriVoice](DigitalUmuganda/AfriVoice) | `CC-BY-SA 4.0`
1007
+ Makerere University | [Yogera Dataset](https://doi.org/10.7910/DVN/BEROE0) | `CC-BY-SA 4.0`
1008
+ Media Trust | | `CC-BY-SA 4.0`
1009
 
1010
  ## Considerations for Using the Data
1011