Update order
Browse files- fixtures_ocr.py +1 -1
fixtures_ocr.py
CHANGED
|
@@ -58,7 +58,7 @@ class FixturesOCR(datasets.GeneratorBasedBuilder):
|
|
| 58 |
def _split_generators(self, dl_manager):
|
| 59 |
DL_URLS = [
|
| 60 |
f"https://huggingface.co/datasets/hf-internal-testing/fixtures_ocr/raw/main/{name}"
|
| 61 |
-
for name in ["
|
| 62 |
]
|
| 63 |
archive_path = dl_manager.download_and_extract(DL_URLS)
|
| 64 |
return [
|
|
|
|
| 58 |
def _split_generators(self, dl_manager):
|
| 59 |
DL_URLS = [
|
| 60 |
f"https://huggingface.co/datasets/hf-internal-testing/fixtures_ocr/raw/main/{name}"
|
| 61 |
+
for name in ["iam_picture.jpeg", "SROIE-receipt.jpeg"]
|
| 62 |
]
|
| 63 |
archive_path = dl_manager.download_and_extract(DL_URLS)
|
| 64 |
return [
|