JayalekshmiGopakumar commited on
Commit
1559deb
1 Parent(s): 9e89caa

Upload README.md with huggingface_hub

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