lhoestq HF staff commited on
Commit
b485c0c
1 Parent(s): 0ee2ba7

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -19,6 +19,20 @@ task_ids:
19
  - image-captioning
20
  paperswithcode_id: sbu-captions-dataset
21
  pretty_name: SBU Captioned Photo Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for SBU Captioned Photo Dataset
@@ -214,4 +228,4 @@ Not specified.
214
 
215
  ### Contributions
216
 
217
- Thanks to [@thomasw21](https://github.com/thomasw21) for adding this dataset.
 
19
  - image-captioning
20
  paperswithcode_id: sbu-captions-dataset
21
  pretty_name: SBU Captioned Photo Dataset
22
+ dataset_info:
23
+ features:
24
+ - name: image_url
25
+ dtype: string
26
+ - name: user_id
27
+ dtype: string
28
+ - name: caption
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 143795586
33
+ num_examples: 1000000
34
+ download_size: 49787719
35
+ dataset_size: 143795586
36
  ---
37
 
38
  # Dataset Card for SBU Captioned Photo Dataset
 
228
 
229
  ### Contributions
230
 
231
+ Thanks to [@thomasw21](https://github.com/thomasw21) for adding this dataset.