Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
2504e34
·
verified ·
1 Parent(s): dc45641

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +1 -0
docci.py CHANGED
@@ -134,6 +134,7 @@ class DOCCI(datasets.GeneratorBasedBuilder):
134
  yield _ex["example_id"], _ex
135
 
136
  def _generate_examples_docci_aar(self, data, split):
 
137
  image_files = glob.glob(data["images"])
138
 
139
  for image_path in image_files:
 
134
  yield _ex["example_id"], _ex
135
 
136
  def _generate_examples_docci_aar(self, data, split):
137
+ print(data)
138
  image_files = glob.glob(data["images"])
139
 
140
  for image_path in image_files: