jmc255 commited on
Commit
319910d
1 Parent(s): 72d8a84
Files changed (1) hide show
  1. aphantasia_drawing_dataset.py +2 -2
aphantasia_drawing_dataset.py CHANGED
@@ -102,7 +102,7 @@ class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
102
  return datasets.DatasetInfo(
103
  description=_DESCRIPTION,
104
  features=datasets.Features({
105
- "subject": {
106
  "sub_id": datasets.Value("int32"),
107
  "treatment": datasets.ClassLabel(names=["aphantasia", "control"]),
108
  "demographics": {
@@ -138,7 +138,7 @@ class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
138
  "livingroom": datasets.Image(decode=True, id=None),
139
  "bedroom": datasets.Image(decode=True, id=None)
140
  }
141
- }
142
  }),
143
  # No default supervised_keys (as we have to pass both question
144
  # and context as input).
 
102
  return datasets.DatasetInfo(
103
  description=_DESCRIPTION,
104
  features=datasets.Features({
105
+ #"subject": {
106
  "sub_id": datasets.Value("int32"),
107
  "treatment": datasets.ClassLabel(names=["aphantasia", "control"]),
108
  "demographics": {
 
138
  "livingroom": datasets.Image(decode=True, id=None),
139
  "bedroom": datasets.Image(decode=True, id=None)
140
  }
141
+ #}
142
  }),
143
  # No default supervised_keys (as we have to pass both question
144
  # and context as input).