File size: 759 Bytes
43789b8 e15b8fe 43789b8 e15b8fe 43789b8 |
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: context
dtype: string
- name: preference
dtype: string
- name: historic_articles
dtype: string
- name: goal
dtype: string
- name: metadata
struct:
- name: is_new_user
dtype: bool
- name: past_articles_count
dtype: int64
- name: past_clicks_count
dtype: int64
- name: past_sessions_count
dtype: int64
- name: session_id
dtype: string
- name: timestamp
dtype: string
- name: user_id
dtype: string
splits:
- name: train
num_bytes: 28659023115
num_examples: 2232748
download_size: 16164076456
dataset_size: 28659023115
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|