File size: 1,056 Bytes
0d13407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: goal_idx
    dtype: int64
  - name: split
    dtype: string
  - name: asin
    dtype: string
  - name: category
    dtype: string
  - name: query
    dtype: string
  - name: name
    dtype: string
  - name: product_category
    dtype: string
  - name: instruction
    dtype: string
  - name: instruction_text
    dtype: string
  - name: price_upper
    dtype: float64
  - name: attributes
    list: string
  - name: goal_options
    list: string
  - name: num_attributes
    dtype: int64
  - name: num_goal_options
    dtype: int64
  - name: assignment_id
    dtype: string
  - name: worker_id
    dtype: string
  splits:
  - name: train
    num_bytes: 6354276
    num_examples: 10587
  - name: val
    num_bytes: 601271
    num_examples: 1000
  - name: test
    num_bytes: 298692
    num_examples: 500
  download_size: 2818808
  dataset_size: 7254239
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---