Sharka commited on
Commit
5aff159
·
1 Parent(s): d53ae5f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_ids
5
+ sequence: int64
6
+ - name: bbox
7
+ dtype:
8
+ array2_d:
9
+ shape:
10
+ - 512
11
+ - 4
12
+ dtype: int64
13
+ - name: attention_mask
14
+ sequence: int64
15
+ - name: image
16
+ dtype:
17
+ array3_d:
18
+ shape:
19
+ - 3
20
+ - 224
21
+ - 224
22
+ dtype: int64
23
+ - name: start_positions
24
+ dtype: int64
25
+ - name: end_positions
26
+ dtype: int64
27
+ - name: questions
28
+ dtype: string
29
+ - name: answers
30
+ dtype: string
31
+ splits:
32
+ - name: train
33
+ num_bytes: 198175471439
34
+ num_examples: 160645
35
+ - name: validation
36
+ num_bytes: 20009392368
37
+ num_examples: 16220
38
+ download_size: 826530358
39
+ dataset_size: 218184863807
40
+ ---
41
+ # Dataset Card for "CIVQA-TesseractOCR-LayoutLM"
42
+
43
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)