Sharka commited on
Commit
9533961
·
1 Parent(s): c1704f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: words
7
+ sequence: string
8
+ - name: answers
9
+ dtype: string
10
+ - name: bboxes
11
+ sequence:
12
+ sequence: float32
13
+ - name: answers_bboxes
14
+ sequence:
15
+ sequence: float32
16
+ - name: questions
17
+ dtype: string
18
+ - name: image
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 963207990
23
+ num_examples: 143765
24
+ download_size: 41076905
25
+ dataset_size: 963207990
26
+ ---
27
+ # Dataset Card for "CIVQA_easyocr_simple_train_half"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)