KAKIZHOU commited on
Commit
f7f62a1
·
verified ·
1 Parent(s): 3ebfd68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -31,8 +31,9 @@ https://www.vision.caltech.edu/datasets/cub_200_2011/
31
  The Caltech-UCSD Birds 200-2011 dataset (CUB-200-2011) is an extended version of the original CUB-200 dataset, featuring photos of 200 bird species primarily from North America. This 2011 version collects detailed natural language descriptions for each image through Amazon Mechanical Turk (AMT).
32
 
33
  ### How to Use
34
- ```from datasets import load_dataset
35
- CUB_200 = load_dataset("KAKIZHOU/CUB-200")
 
36
  ```
37
 
38
  ### Supported Tasks and Leaderboards
 
31
  The Caltech-UCSD Birds 200-2011 dataset (CUB-200-2011) is an extended version of the original CUB-200 dataset, featuring photos of 200 bird species primarily from North America. This 2011 version collects detailed natural language descriptions for each image through Amazon Mechanical Turk (AMT).
32
 
33
  ### How to Use
34
+ ```
35
+ from datasets import load_dataset
36
+ CUB_200 = load_dataset("KAKIZHOU/CUB-200")
37
  ```
38
 
39
  ### Supported Tasks and Leaderboards