iszhaoxin commited on
Commit
05fbeb6
·
verified ·
1 Parent(s): c2a470e

Add 'products' config data files

Browse files
README.md CHANGED
@@ -27,8 +27,16 @@ configs:
27
  path: customers/validation-*
28
  - split: test
29
  path: customers/test-*
 
 
 
 
 
 
 
 
30
  dataset_info:
31
- config_name: customers
32
  features:
33
  - name: customer_id
34
  dtype: int64
@@ -48,6 +56,26 @@ dataset_info:
48
  num_examples: 15
49
  download_size: 6030
50
  dataset_size: 3092
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ---
52
 
53
  # Dataset Card for test
 
27
  path: customers/validation-*
28
  - split: test
29
  path: customers/test-*
30
+ - config_name: products
31
+ data_files:
32
+ - split: train
33
+ path: products/train-*
34
+ - split: validation
35
+ path: products/validation-*
36
+ - split: test
37
+ path: products/test-*
38
  dataset_info:
39
+ - config_name: customers
40
  features:
41
  - name: customer_id
42
  dtype: int64
 
56
  num_examples: 15
57
  download_size: 6030
58
  dataset_size: 3092
59
+ - config_name: products
60
+ features:
61
+ - name: product_id
62
+ dtype: int64
63
+ - name: name
64
+ dtype: string
65
+ - name: price
66
+ dtype: float64
67
+ splits:
68
+ - name: train
69
+ num_bytes: 1674
70
+ num_examples: 56
71
+ - name: validation
72
+ num_bytes: 359
73
+ num_examples: 12
74
+ - name: test
75
+ num_bytes: 358
76
+ num_examples: 12
77
+ download_size: 6172
78
+ dataset_size: 2391
79
  ---
80
 
81
  # Dataset Card for test
dataset_infos.json CHANGED
@@ -52,10 +52,10 @@
52
  "size_in_bytes": 9122
53
  },
54
  "products": {
55
- "description": "This is the product dataset. It includes details about various products.",
56
- "citation": "@inproceedings{author2024dataset,\n title={A Dataset for Product Analysis},\n author={Author, B.},\n booktitle={Product Analytics Conference},\n year={2024}\n}",
57
- "homepage": "https://example.com/products",
58
- "license": "Apache License 2.0",
59
  "features": {
60
  "product_id": {
61
  "dtype": "int64",
@@ -66,18 +66,41 @@
66
  "_type": "Value"
67
  },
68
  "price": {
69
- "dtype": "double",
70
  "_type": "Value"
71
  }
72
  },
73
- "download_size": 7890123,
74
- "dataset_size": 8901234,
75
- "task_categories": [
76
- "classification"
77
- ],
78
- "task_ids": [
79
- "binary_classification"
80
- ],
81
- "version": "1.0.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  }
83
  }
 
52
  "size_in_bytes": 9122
53
  },
54
  "products": {
55
+ "description": "Description of your dataset goes here.\n",
56
+ "citation": "Put your dataset citation here.\n",
57
+ "homepage": "https://your-dataset-homepage.com",
58
+ "license": "License information goes here.",
59
  "features": {
60
  "product_id": {
61
  "dtype": "int64",
 
66
  "_type": "Value"
67
  },
68
  "price": {
69
+ "dtype": "float64",
70
  "_type": "Value"
71
  }
72
  },
73
+ "builder_name": "test",
74
+ "dataset_name": "test",
75
+ "config_name": "products",
76
+ "version": {
77
+ "version_str": "1.0.0",
78
+ "major": 1,
79
+ "minor": 0,
80
+ "patch": 0
81
+ },
82
+ "splits": {
83
+ "train": {
84
+ "name": "train",
85
+ "num_bytes": 1674,
86
+ "num_examples": 56,
87
+ "dataset_name": null
88
+ },
89
+ "validation": {
90
+ "name": "validation",
91
+ "num_bytes": 359,
92
+ "num_examples": 12,
93
+ "dataset_name": null
94
+ },
95
+ "test": {
96
+ "name": "test",
97
+ "num_bytes": 358,
98
+ "num_examples": 12,
99
+ "dataset_name": null
100
+ }
101
+ },
102
+ "download_size": 6172,
103
+ "dataset_size": 2391,
104
+ "size_in_bytes": 8563
105
  }
106
  }
products/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece099e826b10b8ac169357b631e70eb89fb60981d0ef4c2d2b2d23b799afa74
3
+ size 1775
products/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8bc2fe7220c23d10a87c4b8ec92bb4615b9a10a7b5b6d34880b47b4e021c90
3
+ size 2620
products/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa184616b9dbb077bae17a8e908b80327902c221609616a4067648031b9f8cd
3
+ size 1777