saattrupdan commited on
Commit
9374f30
1 Parent(s): 49b92e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -66,10 +66,7 @@ The dataset is available in Danish (`da`).
66
  An example from the `train` split looks as follows.
67
  ```
68
  {
69
- "image": {
70
- "bytes": b"\xff\xd8\xff\xe0\x00\x10JFIF...",
71
- "path": None
72
- },
73
  "image_url": "https://upload.wikimedia.org/wikipedia/commons/4/45/Bispen_-_inside.jpg",
74
  "embedding": [2.8568285, 2.9562542, 0.33794892, 8.753725, ...],
75
  "metadata_url": "http://commons.wikimedia.org/wiki/File:Bispen_-_inside.jpg",
@@ -96,7 +93,7 @@ An example from the `train` split looks as follows.
96
 
97
  The data fields are the same among all splits.
98
 
99
- - `image`: a `dict` feature.
100
  - `image_url`: a `str` feature.
101
  - `embedding`: a `list` feature.
102
  - `metadata_url`: a `str` feature.
66
  An example from the `train` split looks as follows.
67
  ```
68
  {
69
+ "image": <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=300x409 at 0x7FE4384E2190>,
 
 
 
70
  "image_url": "https://upload.wikimedia.org/wikipedia/commons/4/45/Bispen_-_inside.jpg",
71
  "embedding": [2.8568285, 2.9562542, 0.33794892, 8.753725, ...],
72
  "metadata_url": "http://commons.wikimedia.org/wiki/File:Bispen_-_inside.jpg",
93
 
94
  The data fields are the same among all splits.
95
 
96
+ - `image`: an `Image` feature.
97
  - `image_url`: a `str` feature.
98
  - `embedding`: a `list` feature.
99
  - `metadata_url`: a `str` feature.