File size: 906 Bytes
4783eb6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: example_id
    dtype: int64
  - name: query
    dtype: string
  - name: query_id
    dtype: int64
  - name: product_id
    dtype: string
  - name: product_locale
    dtype: string
  - name: esci_label
    dtype: string
  - name: small_version
    dtype: int64
  - name: large_version
    dtype: int64
  - name: split
    dtype: string
  - name: product_title
    dtype: string
  - name: product_description
    dtype: string
  - name: product_bullet_point
    dtype: string
  - name: product_brand
    dtype: string
  - name: product_color
    dtype: string
  - name: relevance_pos
    dtype: int64
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 1481733293
    num_examples: 1118011
  download_size: 714939828
  dataset_size: 1481733293
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---