will33am commited on
Commit
e0b132a
·
1 Parent(s): b0cd378

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: string
6
+ - name: question_id
7
+ dtype: int32
8
+ - name: question
9
+ dtype: string
10
+ - name: question_tokens
11
+ sequence: string
12
+ - name: image
13
+ dtype: image
14
+ - name: image_width
15
+ dtype: int32
16
+ - name: image_height
17
+ dtype: int32
18
+ - name: flickr_original_url
19
+ dtype: string
20
+ - name: flickr_300k_url
21
+ dtype: string
22
+ - name: answers
23
+ sequence: string
24
+ - name: image_classes
25
+ sequence: string
26
+ - name: set_name
27
+ dtype: string
28
+ - name: id
29
+ dtype: int64
30
+ - name: id_image
31
+ dtype: int64
32
+ splits:
33
+ - name: test
34
+ num_bytes: 1711535106.844
35
+ num_examples: 5734
36
+ download_size: 957546751
37
+ dataset_size: 1711535106.844
38
+ ---
39
+ # Dataset Card for "TextVQA_test"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)