cassiekang commited on
Commit
aee8f71
1 Parent(s): d42f419

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -36,12 +36,12 @@ The dataset includes annotations in English
36
  ### Data Instances
37
 
38
  A data instance in the CUB-200-2011 dataset comprises an image of a bird species, along with annotations including bounding boxes, part locations, binary attributes, and natural language descriptions.
39
- '''
40
  {
41
  "text": "A photo of a Tropical King Bird",
42
  "image": cassiekang/train-00000-of-00001-246c29c8515f0b3f/Tropical_Kingbird_0064_69889.jpg
43
  }
44
- '''
45
 
46
  ### Data Fields
47
 
 
36
  ### Data Instances
37
 
38
  A data instance in the CUB-200-2011 dataset comprises an image of a bird species, along with annotations including bounding boxes, part locations, binary attributes, and natural language descriptions.
39
+ ```
40
  {
41
  "text": "A photo of a Tropical King Bird",
42
  "image": cassiekang/train-00000-of-00001-246c29c8515f0b3f/Tropical_Kingbird_0064_69889.jpg
43
  }
44
+ ```
45
 
46
  ### Data Fields
47