CalfKing commited on
Commit
133e68b
1 Parent(s): c31f6ca

Update vtqa2023.py

Browse files
Files changed (1) hide show
  1. vtqa2023.py +1 -0
vtqa2023.py CHANGED
@@ -137,6 +137,7 @@ class VTQAConfig(datasets.BuilderConfig):
137
  else _BASE_IMAGE_FEATURES[image_type]
138
  ),
139
  "answers": [baf],
 
140
  }
141
  )
142
  return dataset_features
 
137
  else _BASE_IMAGE_FEATURES[image_type]
138
  ),
139
  "answers": [baf],
140
+ "cws_path": datasets.Value("string"),
141
  }
142
  )
143
  return dataset_features