File size: 1,096 Bytes
d989be4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
57
58
---
dataset_info:
  features:
  - name: user_id
    dtype: string
  - name: item_asins
    list: string
  - name: item_asin
    dtype: string
  - name: seq_input_ids
    list: int64
  - name: seq_labels
    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
  - name: prompt
    dtype: string
  - name: user_gen_input_ids
    list: int32
  - name: user_gen_attention_mask
    list: int8
  - name: profile
    list: string
  - name: completion_0
    dtype: string
  - name: user_input_ids
    list: int32
  - name: user_attention_mask
    list: int8
  - name: user_embedding
    list: float64
  - name: scores
    list: float64
  splits:
  - name: train
    num_bytes: 4730167612
    num_examples: 44822
  download_size: 679218092
  dataset_size: 4730167612
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---