File size: 880 Bytes
c1c17ab |
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 45 46 |
---
dataset_info:
features:
- name: user_id
dtype: int64
- name: prompt
dtype: string
- name: image_left_id
dtype: string
- name: image_right_id
dtype: string
- name: embedding_model
dtype: string
- name: text_embeds
sequence:
sequence: float32
- name: image_pair_embeds
sequence:
sequence: float32
- name: pref
dtype: int64
- name: ranking_id
dtype: string
splits:
- name: train
num_bytes: 1429757122.5
num_examples: 114750
- name: test
num_bytes: 238292853.75
num_examples: 19125
- name: validation
num_bytes: 238292853.75
num_examples: 19125
download_size: 1917758959
dataset_size: 1906342830.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|