File size: 717 Bytes
a484b27 | 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 | ---
dataset_info:
features:
- name: user_id
dtype: string
- name: item_asins
list: string
- name: item_asin
dtype: string
- name: history_item_id
list: int64
- name: item_id
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
splits:
- name: train
num_bytes: 4234083
num_examples: 5603
download_size: 1562994
dataset_size: 4234083
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|