File size: 473 Bytes
6e1a66c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: 'null'
  - name: label
    dtype: float64
  - name: florence_caption
    dtype: string
  - name: image_id
    dtype: float64
  - name: label_name
    dtype: string
  - name: binary_label
    dtype: int64
  splits:
  - name: train
    num_bytes: 4471418
    num_examples: 10001
  download_size: 1341890
  dataset_size: 4471418
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---