tsabar commited on
Commit
9104364
·
1 Parent(s): 5c3bf06

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: ground_truth
27
+ dtype: string
28
+ splits:
29
+ - name: test
30
+ num_bytes: 18012568.0
31
+ num_examples: 160
32
+ - name: train
33
+ num_bytes: 19397590.0
34
+ num_examples: 160
35
+ download_size: 35235173
36
+ dataset_size: 37410158.0
37
+ ---
38
+ # Dataset Card for "rvl_cdip_10_examples_per_class_donut"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)