patrickramos
commited on
Commit
·
25091d4
1
Parent(s):
2ffb96b
Upload conceptual_captions.py with huggingface_hub
Browse files- conceptual_captions.py +1 -1
conceptual_captions.py
CHANGED
@@ -14,7 +14,7 @@ _CITATION = '''
|
|
14 |
year={2018}
|
15 |
}
|
16 |
'''
|
17 |
-
_DATA_URL = [f'https://huggingface.co/datasets/patrickramos/conceptual_captions/
|
18 |
|
19 |
class ConceptualCaptions(datasets.GeneratorBasedBuilder):
|
20 |
|
|
|
14 |
year={2018}
|
15 |
}
|
16 |
'''
|
17 |
+
_DATA_URL = [f'https://huggingface.co/datasets/patrickramos/conceptual_captions/resolve/main/data/{str(i).zfill(5)}.tar' for i in range(332)]
|
18 |
|
19 |
class ConceptualCaptions(datasets.GeneratorBasedBuilder):
|
20 |
|