jordyvl commited on
Commit
23c0757
·
1 Parent(s): faa9c56

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: train
28
+ num_bytes: 97000316.76
29
+ num_examples: 800
30
+ - name: test
31
+ num_bytes: 48612840.21
32
+ num_examples: 400
33
+ - name: validation
34
+ num_bytes: 48666549.76
35
+ num_examples: 400
36
+ download_size: 180034173
37
+ dataset_size: 194279706.73
38
+ ---
39
+ # Dataset Card for "rvl_cdip_100_examples_per_class"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)