Datasets:
frgfm
commited on
Commit
•
45a8c05
1
Parent(s):
a41adbe
docs: Updated README
Browse files
README.md
CHANGED
@@ -69,11 +69,11 @@ The class labels in the dataset are in English.
|
|
69 |
|
70 |
### Data Instances
|
71 |
|
72 |
-
A data point comprises an image URL and its
|
73 |
|
74 |
```
|
75 |
{
|
76 |
-
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=
|
77 |
'label': 'tench',
|
78 |
}
|
79 |
```
|
|
|
69 |
|
70 |
### Data Instances
|
71 |
|
72 |
+
A data point comprises an image URL and its classification label.
|
73 |
|
74 |
```
|
75 |
{
|
76 |
+
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=320x320 at 0x19FA12186D8>,
|
77 |
'label': 'tench',
|
78 |
}
|
79 |
```
|