Datasets:
Update dataset.py
Browse files- dataset.py +2 -0
dataset.py
CHANGED
|
@@ -25,6 +25,8 @@ class IrrisightDataset(GeneratorBasedBuilder):
|
|
| 25 |
"meta": "https://huggingface.co/datasets/Nibir/IRRISIGHT/resolve/main/Data/New%20Jersey/metadata.jsonl"
|
| 26 |
})
|
| 27 |
|
|
|
|
|
|
|
| 28 |
return [
|
| 29 |
SplitGenerator(
|
| 30 |
name=Split.TRAIN,
|
|
|
|
| 25 |
"meta": "https://huggingface.co/datasets/Nibir/IRRISIGHT/resolve/main/Data/New%20Jersey/metadata.jsonl"
|
| 26 |
})
|
| 27 |
|
| 28 |
+
print(downloaded)
|
| 29 |
+
|
| 30 |
return [
|
| 31 |
SplitGenerator(
|
| 32 |
name=Split.TRAIN,
|