File size: 1,211 Bytes
a34da83 86ac736 934a699 86ac736 934a699 86ac736 934a699 86ac736 934a699 86ac736 934a699 86ac736 934a699 a34da83 35e5126 a34da83 79b90b5 a34da83 79b90b5 2c4d03d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
---
configs:
- config_name: customers
data_files:
- split: train
path: "./customers/train.csv"
- split: validation
path: "./customers/val.csv"
- split: test
path: "./customers/test.csv"
- config_name: products
data_files:
- split: train
path: "./products/train.csv"
- split: validation
path: "./products/val.csv"
- split: test
path: "./products/test.csv"
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license:
- unknown
multilinguality:
- monolingual
size_categories:
- n<1K
source_datasets:
- original
task_categories:
- other
task_ids:
- natural-language-inference
paperswithcode_id: null
pretty_name: test
---
# Dataset Card for test
This dataset contains customer and product information.
## Dataset Structure
### Data Splits
The dataset contains the following subsets, each split into train/validation/test sets:
#### customers
- Train: 70 examples
- Validation: 15 examples
- Test: 15 examples
#### products
- Train: 56 examples
- Validation: 12 examples
- Test: 12 examples
## Data Fields
### customers
- customer_id: int32
- name: string
- age: int32
### products
- product_id: int32
- name: string
- price: double
|