Update vtqa2023.py
Browse files- 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
|