Seosnaps
commited on
Update common_voice_16_0_.py
Browse files- common_voice_16_0_.py +1 -1
common_voice_16_0_.py
CHANGED
|
@@ -110,7 +110,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
| 110 |
"audio": datasets.features.Audio(sampling_rate=48_000),
|
| 111 |
"sentence": datasets.Value("string"),
|
| 112 |
"up_votes": datasets.Value("int64"),
|
| 113 |
-
"down_votes": datasets.Value("
|
| 114 |
"age": datasets.Value("string"),
|
| 115 |
"gender": datasets.Value("string"),
|
| 116 |
"accent": datasets.Value("string"),
|
|
|
|
| 110 |
"audio": datasets.features.Audio(sampling_rate=48_000),
|
| 111 |
"sentence": datasets.Value("string"),
|
| 112 |
"up_votes": datasets.Value("int64"),
|
| 113 |
+
"down_votes": datasets.Value("string"),
|
| 114 |
"age": datasets.Value("string"),
|
| 115 |
"gender": datasets.Value("string"),
|
| 116 |
"accent": datasets.Value("string"),
|