File size: 1,105 Bytes
35c6703
 
9fdfee3
b52156a
 
 
 
9fdfee3
 
 
 
 
b52156a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5a795fb
 
 
 
b52156a
9fdfee3
 
b4c7813
cfcb5f8
 
9fdfee3
b4c7813
9fdfee3
b4c7813
9fdfee3
b4c7813
cfcb5f8
 
 
 
9fdfee3
 
0cc27b3
 
 
 
35c6703
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---

license: mit
configs:
- config_name: Try_2
  data_files:
  - split: train
    path: data/Try_2/train-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
- config_name: Try_2
  features:
  - name: idx
    dtype: int64
  - name: img
    dtype: image
  - name: question
    dtype: string
  - name: gt_ans
    sequence: string
  - name: key_object
    dtype: string
  - name: question_detection
    dtype: string
  - name: question_type
    dtype: string
  splits:
  - name: train
    num_bytes: 5295313.0
    num_examples: 100
  download_size: 5278305
  dataset_size: 5295313.0
- config_name: default
  features:
  - name: idx
    dtype: int64
  - name: img
    dtype: image
  - name: question
    dtype: string
  - name: gt_ans
    sequence: string
  - name: key_object
    dtype: string
  - name: question_detection
    dtype: string
  - name: question_type
    dtype: string
  splits:
  - name: train
    num_bytes: 5295347.0
    num_examples: 100
  download_size: 5278435
  dataset_size: 5295347.0
---