Datasets:
Formats:
parquet
Sub-tasks:
image-captioning
Size:
100K - 1M
ArXiv:
Tags:
text-image-retrieval
License:
Mario Šaško
commited on
Commit
·
85b49f3
1
Parent(s):
c73b61d
Remove extra dot
Browse files
README.md
CHANGED
@@ -227,7 +227,7 @@ Each instance is an image, its representation in bytes, a pre-computed embedding
|
|
227 |
}
|
228 |
```
|
229 |
|
230 |
-
**Note**: The dataset is stored in Parquet for better performance. This dataset was generated from the original files using [this script](
|
231 |
|
232 |
### Data Fields
|
233 |
|
|
|
227 |
}
|
228 |
```
|
229 |
|
230 |
+
**Note**: The dataset is stored in Parquet for better performance. This dataset was generated from the original files using [this script](wit_base/blob/main/scripts/wit.py). Additionally, 120 examples from the original files have incorrectly formatted one or more of the following fields: `original_height`, `original_width`, `mime_type` and `caption_attribution_description`. The fixed versions of these examples that were used in the generation script can be found [here](wit_base/blob/main/scripts/corrected_examples.py).
|
231 |
|
232 |
### Data Fields
|
233 |
|