sileod commited on
Commit
0540dbf
·
1 Parent(s): 2f5b7d2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: example_id
5
+ dtype: int64
6
+ - name: query
7
+ dtype: string
8
+ - name: query_id
9
+ dtype: int64
10
+ - name: product_id
11
+ dtype: string
12
+ - name: product_locale
13
+ dtype: string
14
+ - name: esci_label
15
+ dtype: string
16
+ - name: small_version
17
+ dtype: int64
18
+ - name: large_version
19
+ dtype: int64
20
+ - name: product_title
21
+ dtype: string
22
+ - name: product_description
23
+ dtype: string
24
+ - name: product_bullet_point
25
+ dtype: string
26
+ - name: product_brand
27
+ dtype: string
28
+ - name: product_color
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 2610408574
33
+ num_examples: 2027874
34
+ - name: test
35
+ num_bytes: 843928345
36
+ num_examples: 652490
37
+ download_size: 1329412709
38
+ dataset_size: 3454336919
39
+ ---
40
+ # Dataset Card for "esci"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)