CalfKing commited on
Commit
dcb4f61
·
verified ·
1 Parent(s): f069ec9

Update vtqa2023.py

Browse files
Files changed (1) hide show
  1. vtqa2023.py +1 -0
vtqa2023.py CHANGED
@@ -143,6 +143,7 @@ class VTQAConfig(datasets.BuilderConfig):
143
  else _BASE_IMAGE_FEATURES[image_type]
144
  ),
145
  "answers": [baf],
 
146
  }
147
  )
148
  return dataset_features
 
143
  else _BASE_IMAGE_FEATURES[image_type]
144
  ),
145
  "answers": [baf],
146
+ "cws_path": datasets.Value("string"),
147
  }
148
  )
149
  return dataset_features