File size: 766 Bytes
51d8335 1b61e6c 51d8335 1b61e6c 51d8335 39060ab 1b61e6c 51d8335 |
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 |
---
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
sequence: float64
- name: formatted_sentence
dtype: string
- name: modified_sentence
dtype: string
- name: target
sequence: float64
splits:
- name: train
num_bytes: 6038086.5
num_examples: 2250
- name: test
num_bytes: 670898.5
num_examples: 250
download_size: 1103214
dataset_size: 6708985.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|