Sharka commited on
Commit
f0ff4d6
1 Parent(s): 05890b1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: float64
13
+ - name: answers_bboxes
14
+ sequence:
15
+ sequence: float64
16
+ - name: questions
17
+ dtype: string
18
+ - name: image
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1838637418
23
+ num_examples: 160645
24
+ - name: validation
25
+ num_bytes: 1838637418
26
+ num_examples: 160645
27
+ download_size: 112453194
28
+ dataset_size: 3677274836
29
+ ---
30
+ # Dataset Card for "simple__id"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)