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