jmc255 commited on
Commit
144b14c
1 Parent(s): 319910d
Files changed (1) hide show
  1. aphantasia_drawing_dataset.py +2 -3
aphantasia_drawing_dataset.py CHANGED
@@ -188,8 +188,7 @@ class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
188
  idx += 1
189
 
190
  yield idx-1, {
191
- sub: subjects_data[sub],
192
- "trt": hm,
193
- "idk": hm2
194
  }
195
 
 
188
  idx += 1
189
 
190
  yield idx-1, {
191
+ "sub_id": hm,
192
+ "treatment": hm2
 
193
  }
194