jinhybr commited on
Commit
e01fc2b
1 Parent(s): 192a7e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ 0: letter
11
+ 1: form
12
+ 2: email
13
+ 3: handwritten
14
+ 4: advertisement
15
+ 5: scientific report
16
+ 6: scientific publication
17
+ 7: specification
18
+ 8: file folder
19
+ 9: news article
20
+ 10: budget
21
+ 11: invoice
22
+ 12: presentation
23
+ 13: questionnaire
24
+ 14: resume
25
+ 15: memo
26
+ splits:
27
+ - name: test
28
+ num_bytes: 194450992.84
29
+ num_examples: 1600
30
+ - name: train
31
+ num_bytes: 777808630.56
32
+ num_examples: 6400
33
+ - name: validation
34
+ num_bytes: 194451290.44
35
+ num_examples: 1600
36
+ download_size: 1100831524
37
+ dataset_size: 1166710913.84
38
+ ---
39
+ # Dataset Card for "rvl_cdip_400_train_val_test"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)