Upload folder using huggingface_hub
Browse files- README.md +58 -0
- customers/test.parquet +3 -0
- customers/train.parquet +3 -0
- customers/validation.parquet +3 -0
- dataset_infos.json +59 -0
- products/test.parquet +3 -0
- products/train.parquet +3 -0
- products/validation.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- no-annotation
|
4 |
+
language_creators:
|
5 |
+
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- n<1K
|
14 |
+
source_datasets:
|
15 |
+
- original
|
16 |
+
task_categories:
|
17 |
+
- other
|
18 |
+
task_ids:
|
19 |
+
- other-other
|
20 |
+
paperswithcode_id: null
|
21 |
+
pretty_name: test
|
22 |
+
---
|
23 |
+
|
24 |
+
# Dataset Card for test
|
25 |
+
|
26 |
+
This dataset contains customer and product information.
|
27 |
+
|
28 |
+
## Dataset Structure
|
29 |
+
|
30 |
+
### Data Splits
|
31 |
+
|
32 |
+
The dataset contains the following subsets, each split into train/validation/test sets:
|
33 |
+
|
34 |
+
|
35 |
+
#### customers
|
36 |
+
- Train: 70 examples
|
37 |
+
- Validation: 15 examples
|
38 |
+
- Test: 15 examples
|
39 |
+
|
40 |
+
|
41 |
+
#### products
|
42 |
+
- Train: 56 examples
|
43 |
+
- Validation: 12 examples
|
44 |
+
- Test: 12 examples
|
45 |
+
|
46 |
+
|
47 |
+
## Data Fields
|
48 |
+
|
49 |
+
### customers
|
50 |
+
- customer_id: int64
|
51 |
+
- name: object
|
52 |
+
- age: int64
|
53 |
+
|
54 |
+
|
55 |
+
### products
|
56 |
+
- product_id: int64
|
57 |
+
- name: object
|
58 |
+
- price: float64
|
customers/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0d7fc07c560cd83f2d4dd719355fe31b012ce95861b08315ad61d6af0f5f875
|
3 |
+
size 2707
|
customers/train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5500cfc871ad2544c7f593f23bbbbf5736177a581dd01af18e54d3949be90368
|
3 |
+
size 3498
|
customers/validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7b0c41e9cdcb28de94c16cc30a56644ffde130e0ee38c0ce77000d35d3c619c
|
3 |
+
size 2714
|
dataset_infos.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"builder_name": "test",
|
4 |
+
"config_name": "default",
|
5 |
+
"version": {
|
6 |
+
"version_str": "1.0.0",
|
7 |
+
"description": null,
|
8 |
+
"major": 1,
|
9 |
+
"minor": 0,
|
10 |
+
"patch": 0
|
11 |
+
},
|
12 |
+
"splits": {
|
13 |
+
"customers": {
|
14 |
+
"train": {
|
15 |
+
"name": "customers-train",
|
16 |
+
"num_bytes": 3498,
|
17 |
+
"num_examples": 70,
|
18 |
+
"dataset_name": "test"
|
19 |
+
},
|
20 |
+
"validation": {
|
21 |
+
"name": "customers-validation",
|
22 |
+
"num_bytes": 2714,
|
23 |
+
"num_examples": 15,
|
24 |
+
"dataset_name": "test"
|
25 |
+
},
|
26 |
+
"test": {
|
27 |
+
"name": "customers-test",
|
28 |
+
"num_bytes": 2707,
|
29 |
+
"num_examples": 15,
|
30 |
+
"dataset_name": "test"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"products": {
|
34 |
+
"train": {
|
35 |
+
"name": "products-train",
|
36 |
+
"num_bytes": 3581,
|
37 |
+
"num_examples": 56,
|
38 |
+
"dataset_name": "test"
|
39 |
+
},
|
40 |
+
"validation": {
|
41 |
+
"name": "products-validation",
|
42 |
+
"num_bytes": 2739,
|
43 |
+
"num_examples": 12,
|
44 |
+
"dataset_name": "test"
|
45 |
+
},
|
46 |
+
"test": {
|
47 |
+
"name": "products-test",
|
48 |
+
"num_bytes": 2736,
|
49 |
+
"num_examples": 12,
|
50 |
+
"dataset_name": "test"
|
51 |
+
}
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"download_checksums": {},
|
55 |
+
"download_size": 0,
|
56 |
+
"dataset_size": 17975,
|
57 |
+
"size_in_bytes": 17975
|
58 |
+
}
|
59 |
+
}
|
products/test.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1713187f24cfc61eef8a5d477e83898f4873189a203fc5e326b5a47feaa14f71
|
3 |
+
size 2736
|
products/train.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c5f4beb9ffb06b884d7643537bbe2e4a0ee53a90e76a8f990195d7209fc092b
|
3 |
+
size 3581
|
products/validation.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3165f389d6d30a3c40fabf6e1719a6d6685c9a642006d9150922d73ad148090e
|
3 |
+
size 2739
|