File size: 971 Bytes
f2028d6
 
 
 
d2372c6
f2028d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d2372c6
f2028d6
 
d2372c6
f2028d6
d2372c6
 
f2028d6
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: images
    sequence: image
  - name: problem
    dtype: string
  - name: answer
    dtype: string
  - name: metadata
    struct:
    - name: answer
      dtype: string
    - name: conversations
      list:
      - name: from
        dtype: string
      - name: value
        dtype: string
    - name: image
      dtype: string
    - name: question
      dtype: string
    - name: search
      dtype: int64
    - name: target_instances
      list:
      - name: bbox
        sequence: float64
      - name: instance_id
        dtype: string
      - name: name
        dtype: string
  splits:
  - name: train
    num_bytes: 6745016930.375
    num_examples: 29501
  - name: validation
    num_bytes: 449009602.0
    num_examples: 1984
  download_size: 7183325827
  dataset_size: 7194026532.375
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---