lawallanre
commited on
Commit
·
c324e4e
1
Parent(s):
1ee2507
Update hausa_common_voice_audio.py
Browse files
hausa_common_voice_audio.py
CHANGED
@@ -88,7 +88,7 @@ class HausaCommonVoice(datasets.GeneratorBasedBuilder):
|
|
88 |
"speaker_id": datasets.Value("string"),
|
89 |
"audioname": datasets.Value("string"),
|
90 |
"normalized_text": datasets.Value("string"),
|
91 |
-
"audio": datasets.Value("float32")
|
92 |
}
|
93 |
),
|
94 |
supervised_keys=None,
|
@@ -133,6 +133,6 @@ class HausaCommonVoice(datasets.GeneratorBasedBuilder):
|
|
133 |
"speaker_id": example['speaker_id'],
|
134 |
"audioname": example['audioname'],
|
135 |
"normalized_text": example['normalized_text'],
|
136 |
-
"audio": example['audio'],
|
137 |
}
|
138 |
|
|
|
88 |
"speaker_id": datasets.Value("string"),
|
89 |
"audioname": datasets.Value("string"),
|
90 |
"normalized_text": datasets.Value("string"),
|
91 |
+
# "audio": datasets.Value("float32")
|
92 |
}
|
93 |
),
|
94 |
supervised_keys=None,
|
|
|
133 |
"speaker_id": example['speaker_id'],
|
134 |
"audioname": example['audioname'],
|
135 |
"normalized_text": example['normalized_text'],
|
136 |
+
# "audio": example['audio'],
|
137 |
}
|
138 |
|