File size: 766 Bytes
60fed5e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: uid
    dtype: string
  - name: url
    dtype: string
  - name: cogvlm_caption
    dtype: string
  - name: captions
    dtype: string
  - name: metadata
    struct:
    - name: entries
      list:
      - name: bbox
        sequence: float64
      - name: category
        dtype: string
      - name: confidence
        dtype: float64
    - name: format
      dtype: string
  - name: image_width
    dtype: 'null'
  - name: image_height
    dtype: 'null'
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 49566288809.68504
    num_examples: 1159054
  download_size: 41236104424
  dataset_size: 49566288809.68504
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---