Datasets:

Languages:
English
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
extended
Tags:
License:
frgfm commited on
Commit
45a8c05
1 Parent(s): a41adbe

docs: Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 binary label.
73
 
74
  ```
75
  {
76
- 'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=1024x755 at 0x19FA12186D8>,
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
  ```