pain commited on
Commit
3f8e43f
·
1 Parent(s): 1305f73

Update mscoco_jsonl_full.py

Browse files
Files changed (1) hide show
  1. 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