File size: 947 Bytes
1fda4c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: user_id
    dtype: string
  - name: item_asins
    dtype: string
  - name: item_asin
    dtype: int64
  - name: history_item_id
    dtype: string
  - name: item_id
    dtype: int64
  - name: history_item_title
    dtype: string
  - name: item_title
    dtype: string
  - name: history_rating
    dtype: int64
  - name: rating
    dtype: 'null'
  - name: timestamp
    dtype: 'null'
  - name: his_list
    sequence: string
  - name: text
    dtype: string
  - name: text_solid
    dtype: string
  splits:
  - name: train
    num_bytes: 246063938
    num_examples: 126125
  - name: val
    num_bytes: 2157167
    num_examples: 1194
  - name: test
    num_bytes: 2140464
    num_examples: 1194
  download_size: 71815742
  dataset_size: 250361569
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---