iszhaoxin commited on
Commit
1e1eb30
·
verified ·
1 Parent(s): 8f897d4

Add 'products' config data files

Browse files
README.md CHANGED
@@ -19,7 +19,7 @@ task_ids:
19
  - other-other
20
  pretty_name: test
21
  dataset_info:
22
- config_name: customers
23
  features:
24
  - name: customer_id
25
  dtype: string
@@ -39,6 +39,26 @@ dataset_info:
39
  num_examples: 15
40
  download_size: 5698
41
  dataset_size: 2484
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  configs:
43
  - config_name: customers
44
  data_files:
@@ -48,6 +68,14 @@ configs:
48
  path: customers/validation-*
49
  - split: test
50
  path: customers/test-*
 
 
 
 
 
 
 
 
51
  ---
52
 
53
  # Dataset Card for test
 
19
  - other-other
20
  pretty_name: test
21
  dataset_info:
22
+ - config_name: customers
23
  features:
24
  - name: customer_id
25
  dtype: string
 
39
  num_examples: 15
40
  download_size: 5698
41
  dataset_size: 2484
42
+ - config_name: products
43
+ features:
44
+ - name: product_id
45
+ dtype: float32
46
+ - name: name
47
+ dtype: string
48
+ - name: price
49
+ dtype: float32
50
+ splits:
51
+ - name: train
52
+ num_bytes: 1226
53
+ num_examples: 56
54
+ - name: validation
55
+ num_bytes: 263
56
+ num_examples: 12
57
+ - name: test
58
+ num_bytes: 262
59
+ num_examples: 12
60
+ download_size: 5589
61
+ dataset_size: 1751
62
  configs:
63
  - config_name: customers
64
  data_files:
 
68
  path: customers/validation-*
69
  - split: test
70
  path: customers/test-*
71
+ - config_name: products
72
+ data_files:
73
+ - split: train
74
+ path: products/train-*
75
+ - split: validation
76
+ path: products/validation-*
77
+ - split: test
78
+ path: products/test-*
79
  ---
80
 
81
  # Dataset Card for test
products/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f66fe913d0c16f9322d3e144d7e1fef9d5cb10988442d68874058973e1f4295
3
+ size 1638
products/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e77257fe95ca0af5eb3e1310d1e9c6e4154ae3bfc840b64241282a1c88c7d5c
3
+ size 2310
products/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee27996c126324931b02caa732f34007ed43731905fd97d757b9b6a0af862c7
3
+ size 1641