File size: 717 Bytes
d77254f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9abb479
d77254f
 
9abb479
d77254f
9abb479
 
d77254f
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: input
    struct:
    - name: candidates
      sequence: string
    - name: interaction
      list:
      - name: item
        dtype: string
      - name: sentiment
        dtype: string
    - name: user_id
      dtype: string
  - name: output
    struct:
    - name: recommended
      sequence: string
  splits:
  - name: train_20
    num_bytes: 4032994
    num_examples: 4473
  - name: train_80
    num_bytes: 16262831
    num_examples: 17890
  download_size: 4552057
  dataset_size: 20295825
configs:
- config_name: default
  data_files:
  - split: train_20
    path: data/train_20-*
  - split: train_80
    path: data/train_80-*
---