lhoestq HF staff commited on
Commit
6cecec2
1 Parent(s): da3b870

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -19,6 +19,42 @@ task_ids:
19
  - multi-class-image-classification
20
  paperswithcode_id: rvl-cdip
21
  pretty_name: RVL-CDIP
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for RVL-CDIP
@@ -189,4 +225,4 @@ RVL-CDIP is a subset of IIT-CDIP, which came from the [Legacy Tobacco Document L
189
 
190
  ### Contributions
191
 
192
- Thanks to [@dnaveenr](https://github.com/dnaveenr) for adding this dataset.
 
19
  - multi-class-image-classification
20
  paperswithcode_id: rvl-cdip
21
  pretty_name: RVL-CDIP
22
+ dataset_info:
23
+ features:
24
+ - name: image
25
+ dtype: image
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: letter
31
+ 1: form
32
+ 2: email
33
+ 3: handwritten
34
+ 4: advertisement
35
+ 5: scientific report
36
+ 6: scientific publication
37
+ 7: specification
38
+ 8: file folder
39
+ 9: news article
40
+ 10: budget
41
+ 11: invoice
42
+ 12: presentation
43
+ 13: questionnaire
44
+ 14: resume
45
+ 15: memo
46
+ splits:
47
+ - name: test
48
+ num_bytes: 4863300853
49
+ num_examples: 40000
50
+ - name: train
51
+ num_bytes: 38816373360
52
+ num_examples: 320000
53
+ - name: validation
54
+ num_bytes: 4868685208
55
+ num_examples: 40000
56
+ download_size: 38779484559
57
+ dataset_size: 48548359421
58
  ---
59
 
60
  # Dataset Card for RVL-CDIP
 
225
 
226
  ### Contributions
227
 
228
+ Thanks to [@dnaveenr](https://github.com/dnaveenr) for adding this dataset.