File size: 1,301 Bytes
f7f8659 | 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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | ---
dataset_info:
features:
- name: user_id
dtype: string
- name: item_asins
list: string
- name: item_asin
dtype: string
- name: seq_input_ids
list: int64
- name: seq_labels
dtype: int64
- name: history_item_title
list: string
- name: item_title
dtype: string
- name: history_rating
list: float64
- name: rating
dtype: float64
- name: history_timestamp
list: int64
- name: timestamp
dtype: int64
- name: interaction_id
dtype: int64
- name: prompt
dtype: string
- name: user_gen_input_ids
list: int32
- name: user_gen_attention_mask
list: int8
- name: profile
list: string
- name: completion_0
dtype: string
- name: user_input_ids
list: int32
- name: user_attention_mask
list: int8
- name: user_embedding
list: float64
- name: scores
list: float64
splits:
- name: train
num_bytes: 4730167612
num_examples: 44822
- name: valid
num_bytes: 596579660
num_examples: 5603
- name: test
num_bytes: 596714140
num_examples: 5603
download_size: 865471796
dataset_size: 5923461412
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---
|