File size: 765 Bytes
487d4c6
 
 
 
 
 
2bbdc6d
 
487d4c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f865f93
 
 
 
487d4c6
 
e4c1c05
 
2bbdc6d
 
 
 
 
487d4c6
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: image_path
    dtype: string
  - name: images
    list: image
  - name: easyr1_prompt
    dtype: string
  - name: bbox
    list: int64
  - name: image_width
    dtype: int64
  - name: image_height
    dtype: int64
  - name: normalized_bbox
    list: float64
  - name: instruction
    dtype: string
  - name: conf_prompt
    dtype: string
  - name: no_conf_prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 26795978637.33487
    num_examples: 96248
  - name: test
    num_bytes: 1410358822.5611303
    num_examples: 5066
  download_size: 29988285014
  dataset_size: 28206337459.896
---