File size: 547 Bytes
f530cc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: file_name
    dtype: string
  - name: im_path
    dtype: string
  - name: caption
    dtype: string
  - name: bbox
    dtype: string
  - name: prompt
    dtype: string
  - name: texts
    dtype: string
  - name: sentence
    dtype: string
  - name: outp_org
    dtype: string
  splits:
  - name: train
    num_bytes: 3124173.993049522
    num_examples: 2174
  download_size: 1126939
  dataset_size: 3124173.993049522
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---