File size: 715 Bytes
4c5b617
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5852270
 
 
065f3b3
 
 
 
 
4c5b617
 
 
 
 
5852270
 
065f3b3
 
4c5b617
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: age
    dtype: int64
  - name: age_group
    dtype: string
  - name: country_code
    dtype: string
  - name: country_name
    dtype: string
  - name: gender
    dtype: string
  - name: split
    dtype: string
  splits:
  - name: train
    num_bytes: 514941
    num_examples: 8591
  - name: test_warm
    num_bytes: 23735
    num_examples: 371
  - name: test_cold
    num_bytes: 8313
    num_examples: 129
  download_size: 110650
  dataset_size: 546989
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test_warm
    path: data/test_warm-*
  - split: test_cold
    path: data/test_cold-*
---