Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Mario Šaško commited on
Commit
c73b61d
1 Parent(s): eb5bc67

Fix relative links

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](./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
 
 
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