Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
e1a96a4
1 Parent(s): 958dc41

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -19,6 +19,57 @@ task_ids:
19
  - image-captioning
20
  paperswithcode_id: conceptual-captions
21
  pretty_name: Conceptual Captions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Conceptual Captions
@@ -253,4 +304,4 @@ dataset.
253
 
254
  ### Contributions
255
 
256
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) and [@mariosasko](https://github.com/mariosasko) for adding this dataset.
19
  - image-captioning
20
  paperswithcode_id: conceptual-captions
21
  pretty_name: Conceptual Captions
22
+ dataset_info:
23
+ - config_name: default
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: caption
28
+ dtype: string
29
+ - name: url
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 623230370
34
+ num_examples: 3318333
35
+ - name: validation
36
+ num_bytes: 2846024
37
+ num_examples: 15840
38
+ download_size: 0
39
+ dataset_size: 626076394
40
+ - config_name: unlabeled
41
+ features:
42
+ - name: image_url
43
+ dtype: string
44
+ - name: caption
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 584520156
49
+ num_examples: 3318333
50
+ - name: validation
51
+ num_bytes: 2698726
52
+ num_examples: 15840
53
+ download_size: 567211172
54
+ dataset_size: 587218882
55
+ - config_name: labeled
56
+ features:
57
+ - name: image_url
58
+ dtype: string
59
+ - name: caption
60
+ dtype: string
61
+ - name: labels
62
+ sequence: string
63
+ - name: MIDs
64
+ sequence: string
65
+ - name: confidence_scores
66
+ sequence: float64
67
+ splits:
68
+ - name: train
69
+ num_bytes: 1199330856
70
+ num_examples: 2007090
71
+ download_size: 1282463277
72
+ dataset_size: 1199330856
73
  ---
74
 
75
  # Dataset Card for Conceptual Captions
304
 
305
  ### Contributions
306
 
307
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) and [@mariosasko](https://github.com/mariosasko) for adding this dataset.