sitloboi2012 commited on
Commit
05a84f4
1 Parent(s): f574c99

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validate
10
+ path: data/validate-*
11
+ dataset_info:
12
+ features:
13
+ - name: image
14
+ dtype: image
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': letter
20
+ '1': form
21
+ '2': email
22
+ '3': handwritten
23
+ '4': advertisement
24
+ '5': scientific report
25
+ '6': scientific publication
26
+ '7': specification
27
+ '8': file folder
28
+ '9': news article
29
+ '10': budget
30
+ '11': invoice
31
+ '12': presentation
32
+ '13': questionnaire
33
+ '14': resume
34
+ '15': memo
35
+ splits:
36
+ - name: train
37
+ num_bytes: 3694582118.36
38
+ num_examples: 30400
39
+ - name: test
40
+ num_bytes: 388902596.88
41
+ num_examples: 3200
42
+ - name: validate
43
+ num_bytes: 388902596.88
44
+ num_examples: 3200
45
+ download_size: 4204560106
46
+ dataset_size: 4472387312.12
47
+ ---
48
+ # Dataset Card for "rvl_cdip_large_dataset"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)