File size: 807 Bytes
e1202af
 
b2a9ce3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e1202af
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
---

license: mit
dataset_info:
  features:
  - name: id
    dtype: string
  - name: image
    dtype: string
  - name: system
    dtype: string
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: boxes
    sequence:
      sequence: float64
  - name: box_texts
    sequence: string
  - name: dataset
    dtype: string
  splits:
  - name: train
    num_bytes: 1389913037
    num_examples: 240568
  - name: val
    num_bytes: 70494881
    num_examples: 13320
  - name: test
    num_bytes: 137625640
    num_examples: 24292
  download_size: 246573310
  dataset_size: 1598033558
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---