Datasets:

Multilinguality:
multilingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
machine-generated
ArXiv:
Tags:
text-image-retrieval
License:
mariosasko commited on
Commit
85b49f3
1 Parent(s): c73b61d

Remove extra dot

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 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
 
 
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