Datasets:

Languages:
English
ArXiv:
License:
JasiLiang commited on
Commit
7d21fc9
·
verified ·
1 Parent(s): 070c631

Update dataset_script.py

Browse files
Files changed (1) hide show
  1. dataset_script.py +1 -1
dataset_script.py CHANGED
@@ -50,7 +50,7 @@ class MyGenerationDataset(datasets.GeneratorBasedBuilder):
50
  'task name': task_name,
51
  'task ID': uid,
52
  'case ID': case_id,
53
- 'image': [],
54
  'instruction': instruction,
55
  }
56
  else:
 
50
  'task name': task_name,
51
  'task ID': uid,
52
  'case ID': case_id,
53
+ 'images': [],
54
  'instruction': instruction,
55
  }
56
  else: