Datasets:
Add files using upload-large-folder tool
Browse files
audio/af/dev/af_dev_0.tar
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb9212cb51a18106c7c18e32806a51eecfdb0096360da4bc48381987860076d4
|
3 |
+
size 5019648
|
audio/af/invalidated/af_invalidated_0.tar
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9bb540810fad48d4adf7f2f5563440d7588c2f9203408f5adb562f373ca0bb4
|
3 |
+
size 4485632
|
audio/af/other/af_other_0.tar
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:378e1cb00089fdd7023a4d8bae211535979724c6e8c121b9cc0ef30eae503073
|
3 |
+
size 12653568
|
audio/af/test/af_test_0.tar
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e9533781eea45edab0b1ecd2c1dea2ca5eb201a98b1a7c32fae6885ebb56568
|
3 |
+
size 5006848
|
audio/af/train/af_train_0.tar
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51dd498ed27fbe9e283152a02a164a803836dc072f118dfeb4ab59a4ac374775
|
3 |
+
size 5587968
|
common_voice_22_0.py
CHANGED
@@ -195,4 +195,4 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
195 |
path = os.path.join(local_extracted_archive_paths[i], path) if local_extracted_archive_paths else path
|
196 |
result["audio"] = {"path": path, "bytes": file.read()}
|
197 |
result["path"] = path
|
198 |
-
yield path, result
|
|
|
195 |
path = os.path.join(local_extracted_archive_paths[i], path) if local_extracted_archive_paths else path
|
196 |
result["audio"] = {"path": path, "bytes": file.read()}
|
197 |
result["path"] = path
|
198 |
+
yield path, result
|