jmc255 commited on
Commit
25effc0
1 Parent(s): 6404fdb
Files changed (1) hide show
  1. aphantasia_drawing_dataset.py +1 -1
aphantasia_drawing_dataset.py CHANGED
@@ -188,7 +188,7 @@ class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
188
  idx += 1
189
 
190
  yield idx-1, {
191
- "sub_id": hm,
192
  "treatment": hm2
193
  }
194
 
 
188
  idx += 1
189
 
190
  yield idx-1, {
191
+ "subject_id": hm,
192
  "treatment": hm2
193
  }
194