File size: 833 Bytes
b8f415f 7575deb e5736b4 f2c9f1e b8f415f 7575deb 8e34d29 78f7526 b8f415f |
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 |
---
dataset_info:
features:
- name: user_id
dtype: string
- name: age
dtype: int64
- name: gender
dtype: string
- name: country
dtype: string
- name: creation_time
dtype: string
- name: top_genres
sequence: string
- name: top_artists
sequence: string
splits:
- name: pool
num_bytes: 6448702
num_examples: 33427
- name: balanced
num_bytes: 893694
num_examples: 4657
- name: test_warm
num_bytes: 76808
num_examples: 400
- name: test_cold
num_bytes: 19145
num_examples: 100
download_size: 206392
dataset_size: 95953
configs:
- config_name: default
data_files:
- split: pool
path: data/pool-*
- split: balanced
path: data/balanced-*
- split: test_warm
path: data/test_warm-*
- split: test_cold
path: data/test_cold-*
---
|