Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Tags:
text-image-retrieval
License:
mariosasko commited on
Commit
eb5bc67
1 Parent(s): 8fe29d7

Minor readme improvement

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 data is stored in Parquet for better performance. The dataset, which was later converted to Parquet, was generated from the original files using [this script](./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 in [this script](./scripts/corrected_examples.py)
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](./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](./scripts/corrected_examples.py)
231
 
232
  ### Data Fields
233