henilp105 commited on
Commit
e1c8853
·
verified ·
1 Parent(s): 3235e40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +116 -3
README.md CHANGED
@@ -1,3 +1,116 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+
5
+ - config_name: en
6
+ features:
7
+ - name: example_id
8
+ dtype: int64
9
+ - name: query
10
+ dtype: string
11
+ - name: query_id
12
+ dtype: int64
13
+ - name: product_id
14
+ dtype: string
15
+ - name: product_locale
16
+ dtype: string
17
+ - name: esci_label
18
+ dtype: string
19
+ - name: small_version
20
+ dtype: int64
21
+ - name: large_version
22
+ dtype: int64
23
+ - name: product_title
24
+ dtype: string
25
+ - name: product_description
26
+ dtype: string
27
+ - name: product_bullet_point
28
+ dtype: string
29
+ - name: product_brand
30
+ dtype: string
31
+ - name: product_color
32
+ dtype: string
33
+ - name: product_text
34
+ dtype: string
35
+ splits:
36
+ - name: test
37
+
38
+ - config_name: es
39
+ features:
40
+ - name: example_id
41
+ dtype: int64
42
+ - name: query
43
+ dtype: string
44
+ - name: query_id
45
+ dtype: int64
46
+ - name: product_id
47
+ dtype: string
48
+ - name: product_locale
49
+ dtype: string
50
+ - name: esci_label
51
+ dtype: string
52
+ - name: small_version
53
+ dtype: int64
54
+ - name: large_version
55
+ dtype: int64
56
+ - name: product_title
57
+ dtype: string
58
+ - name: product_description
59
+ dtype: string
60
+ - name: product_bullet_point
61
+ dtype: string
62
+ - name: product_brand
63
+ dtype: string
64
+ - name: product_color
65
+ dtype: string
66
+ - name: product_text
67
+ dtype: string
68
+ splits:
69
+ - name: test
70
+
71
+ - config_name: jp
72
+ features:
73
+ - name: example_id
74
+ dtype: int64
75
+ - name: query
76
+ dtype: string
77
+ - name: query_id
78
+ dtype: int64
79
+ - name: product_id
80
+ dtype: string
81
+ - name: product_locale
82
+ dtype: string
83
+ - name: esci_label
84
+ dtype: string
85
+ - name: small_version
86
+ dtype: int64
87
+ - name: large_version
88
+ dtype: int64
89
+ - name: product_title
90
+ dtype: string
91
+ - name: product_description
92
+ dtype: string
93
+ - name: product_bullet_point
94
+ dtype: string
95
+ - name: product_brand
96
+ dtype: string
97
+ - name: product_color
98
+ dtype: string
99
+ - name: product_text
100
+ dtype: string
101
+ splits:
102
+ - name: test
103
+ configs:
104
+ - config_name: en
105
+ data_files:
106
+ - split: test
107
+ path: en/data-*
108
+ - config_name: es
109
+ data_files:
110
+ - split: test
111
+ path: es/data-*
112
+ - config_name: jp
113
+ data_files:
114
+ - split: test
115
+ path: jp/data-*
116
+ ---