JayalekshmiGopakumar commited on
Commit
e892a09
1 Parent(s): 6a8f1b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: texts
12
+ sequence: string
13
+ - name: image
14
+ dtype: image
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': financial_reports
20
+ '1': government_tenders
21
+ '2': laws_and_regulations
22
+ '3': manuals
23
+ '4': patents
24
+ '5': scientific_articles
25
+ - name: ground_truth
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 1122356806.0
30
+ num_examples: 3000
31
+ - name: test
32
+ num_bytes: 118054894.0
33
+ num_examples: 300
34
+ download_size: 1234824650
35
+ dataset_size: 1240411700.0
36
+ ---
37
+ # Dataset Card for "updated_doc_laynet_for_donut_large"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)