Update mscoco_jsonl_full.py
Browse files- mscoco_jsonl_full.py +0 -4
mscoco_jsonl_full.py
CHANGED
@@ -46,11 +46,7 @@ class ImageCaptionsEmbeddings(datasets.GeneratorBasedBuilder):
|
|
46 |
]
|
47 |
|
48 |
def _generate_examples(self, data_files):
|
49 |
-
|
50 |
-
print(data_files)
|
51 |
-
print(type(data_files))
|
52 |
for data_file in data_files:
|
53 |
-
print(data_file)
|
54 |
with open(data_file, "r") as input_file:
|
55 |
for line in input_file:
|
56 |
|
|
|
46 |
]
|
47 |
|
48 |
def _generate_examples(self, data_files):
|
|
|
|
|
|
|
49 |
for data_file in data_files:
|
|
|
50 |
with open(data_file, "r") as input_file:
|
51 |
for line in input_file:
|
52 |
|