File size: 1,780 Bytes
d3e8681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0520679
d3a326c
0520679
5dc87f9
 
 
fc079f7
 
 
5a5e193
 
 
 
 
d3e8681
 
 
0520679
 
5dc87f9
 
fc079f7
 
5a5e193
 
d3e8681
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: base
    dtype: image
  - name: cand
    dtype: image
  - name: base_item_id
    dtype: string
  - name: cand_item_id
    dtype: string
  - name: base_title
    dtype: string
  - name: cand_title
    dtype: string
  - name: base_description
    dtype: string
  - name: cand_description
    dtype: string
  - name: base_category_name
    dtype: string
  - name: cand_category_name
    dtype: string
  - name: base_subcategory_name
    dtype: string
  - name: cand_subcategory_name
    dtype: string
  - name: base_param1
    dtype: string
  - name: cand_param1
    dtype: string
  - name: base_param2
    dtype: string
  - name: cand_param2
    dtype: string
  - name: base_price
    dtype: int64
  - name: cand_price
    dtype: int64
  - name: base_json_params
    dtype: string
  - name: cand_json_params
    dtype: string
  - name: base_count_images
    dtype: float64
  - name: cand_count_images
    dtype: float64
  - name: is_same_location
    dtype: bool
  - name: is_same_region
    dtype: bool
  - name: is_double
    dtype:
      class_label:
        names:
          '0': neg
          '1': pos
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 143775529186.22
    num_examples: 1716403
  - name: val
    num_bytes: 6867169175.98
    num_examples: 81677
  - name: test
    num_bytes: 7024471916.5
    num_examples: 81475
  - name: submit
    num_bytes: 43276934018.0
    num_examples: 500000
  download_size: 149034020748
  dataset_size: 207635373753.40002
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
  - split: submit
    path: data/submit-*
---