lhoestq HF staff commited on
Commit
7f134dc
1 Parent(s): b12ac9f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +75 -1
README.md CHANGED
@@ -67,6 +67,80 @@ task_categories:
67
  - audio-classification
68
  task_ids:
69
  - speaker-identification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  ---
71
 
72
  # Dataset Card for common_language
@@ -245,4 +319,4 @@ The Mongolian and Ukrainian languages are spelled as "Mangolian" and "Ukranian"
245
 
246
  ### Contributions
247
 
248
- Thanks to [@anton-l](https://github.com/anton-l) for adding this dataset.
67
  - audio-classification
68
  task_ids:
69
  - speaker-identification
70
+ dataset_info:
71
+ features:
72
+ - name: client_id
73
+ dtype: string
74
+ - name: path
75
+ dtype: string
76
+ - name: sentence
77
+ dtype: string
78
+ - name: age
79
+ dtype: string
80
+ - name: gender
81
+ dtype: string
82
+ - name: language
83
+ dtype:
84
+ class_label:
85
+ names:
86
+ 0: Arabic
87
+ 1: Basque
88
+ 2: Breton
89
+ 3: Catalan
90
+ 4: Chinese_China
91
+ 5: Chinese_Hongkong
92
+ 6: Chinese_Taiwan
93
+ 7: Chuvash
94
+ 8: Czech
95
+ 9: Dhivehi
96
+ 10: Dutch
97
+ 11: English
98
+ 12: Esperanto
99
+ 13: Estonian
100
+ 14: French
101
+ 15: Frisian
102
+ 16: Georgian
103
+ 17: German
104
+ 18: Greek
105
+ 19: Hakha_Chin
106
+ 20: Indonesian
107
+ 21: Interlingua
108
+ 22: Italian
109
+ 23: Japanese
110
+ 24: Kabyle
111
+ 25: Kinyarwanda
112
+ 26: Kyrgyz
113
+ 27: Latvian
114
+ 28: Maltese
115
+ 29: Mangolian
116
+ 30: Persian
117
+ 31: Polish
118
+ 32: Portuguese
119
+ 33: Romanian
120
+ 34: Romansh_Sursilvan
121
+ 35: Russian
122
+ 36: Sakha
123
+ 37: Slovenian
124
+ 38: Spanish
125
+ 39: Swedish
126
+ 40: Tamil
127
+ 41: Tatar
128
+ 42: Turkish
129
+ 43: Ukranian
130
+ 44: Welsh
131
+ config_name: full
132
+ splits:
133
+ - name: test
134
+ num_bytes: 1877970
135
+ num_examples: 5963
136
+ - name: train
137
+ num_bytes: 7116761
138
+ num_examples: 22194
139
+ - name: validation
140
+ num_bytes: 1855233
141
+ num_examples: 5888
142
+ download_size: 3761951178
143
+ dataset_size: 10849964
144
  ---
145
 
146
  # Dataset Card for common_language
319
 
320
  ### Contributions
321
 
322
+ Thanks to [@anton-l](https://github.com/anton-l) for adding this dataset.