Datasets:
Faton Rekathati
commited on
Commit
·
42f2c85
1
Parent(s):
a69b9d5
debug
Browse files
rixvox.py
CHANGED
@@ -191,7 +191,7 @@ class Rixvox(datasets.GeneratorBasedBuilder):
|
|
191 |
)
|
192 |
result["audio"] = {"path": path, "bytes": file.read()}
|
193 |
result["path"] = path if local_extracted_archive_paths else filename
|
194 |
-
print(result
|
195 |
print(result["path"])
|
196 |
if "filename" in result:
|
197 |
print(result["filename"])
|
|
|
191 |
)
|
192 |
result["audio"] = {"path": path, "bytes": file.read()}
|
193 |
result["path"] = path if local_extracted_archive_paths else filename
|
194 |
+
print(result["dokid"])
|
195 |
print(result["path"])
|
196 |
if "filename" in result:
|
197 |
print(result["filename"])
|