Datasets:
Add dataset_info and configs to README
Browse files
README.md
CHANGED
|
@@ -19,6 +19,61 @@ tags:
|
|
| 19 |
- asr
|
| 20 |
- tts
|
| 21 |
pretty_name: "Amharic Speech Dataset"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
size_categories:
|
| 23 |
- n<1K
|
| 24 |
---
|
|
|
|
| 19 |
- asr
|
| 20 |
- tts
|
| 21 |
pretty_name: "Amharic Speech Dataset"
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: file_name
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: id
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: gender
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: ethnicity
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: occupation
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: birth_place
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: mother_tongue
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: dialect
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: year_of_birth
|
| 41 |
+
dtype: int64
|
| 42 |
+
- name: years_at_birth_place
|
| 43 |
+
dtype: int64
|
| 44 |
+
- name: languages_data
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: os
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: device
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: browser
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: duration
|
| 53 |
+
dtype: float64
|
| 54 |
+
- name: emotions
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: language
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: location
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: noise_sources
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: script_id
|
| 63 |
+
dtype: int64
|
| 64 |
+
- name: type_of_script
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: script
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: transcript
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: speaker_id
|
| 71 |
+
dtype: string
|
| 72 |
+
configs:
|
| 73 |
+
- config_name: amharic_ethiopia
|
| 74 |
+
data_files:
|
| 75 |
+
- split: free_speech
|
| 76 |
+
path: amharic_ethiopia/free_speech/**
|
| 77 |
size_categories:
|
| 78 |
- n<1K
|
| 79 |
---
|