Document image_url column
Browse files
README.md
CHANGED
|
@@ -88,6 +88,7 @@ ds[0]["image"] # PIL.Image
|
|
| 88 |
|
| 89 |
- `image` — the high-resolution scene image
|
| 90 |
- `question` / `answer` — the QA pair
|
|
|
|
| 91 |
- `category` — one of the eight scenario categories
|
| 92 |
- `search_query`, `evidence_*`, `evidence_url_*` — supporting search queries / evidence
|
| 93 |
- `image_description`, `caption`, `bounding_box`, `image_resolution`, and other metadata
|
|
|
|
| 88 |
|
| 89 |
- `image` — the high-resolution scene image
|
| 90 |
- `question` / `answer` — the QA pair
|
| 91 |
+
- `image_url` — stable CDN URL of the image (`.../resolve/main/images/<file>`), also downloadable as a file in the repo
|
| 92 |
- `category` — one of the eight scenario categories
|
| 93 |
- `search_query`, `evidence_*`, `evidence_url_*` — supporting search queries / evidence
|
| 94 |
- `image_description`, `caption`, `bounding_box`, `image_resolution`, and other metadata
|