alvations commited on
Commit
52fafe9
·
1 Parent(s): c56a624

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: split
21
+ dtype: string
22
+ - name: product_title
23
+ dtype: string
24
+ - name: product_description
25
+ dtype: string
26
+ - name: product_bullet_point
27
+ dtype: string
28
+ - name: product_brand
29
+ dtype: string
30
+ - name: product_color
31
+ dtype: string
32
+ - name: __index_level_0__
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 2594523828
37
+ num_examples: 1983272
38
+ - name: test
39
+ num_bytes: 837998458
40
+ num_examples: 638016
41
+ download_size: 1618857980
42
+ dataset_size: 3432522286
43
+ ---
44
+ # Dataset Card for "esci-data-task2"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)