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: | |
- other-other | |
pretty_name: test | |
dataset_info: | |
- config_name: customers | |
features: | |
- name: customer_id | |
dtype: int32 | |
- name: name | |
dtype: string | |
- name: age | |
dtype: int32 | |
splits: | |
- name: train | |
num_bytes: 1604 | |
num_examples: 70 | |
- name: validation | |
num_bytes: 345 | |
num_examples: 15 | |
- name: test | |
num_bytes: 343 | |
num_examples: 15 | |
download_size: 5771 | |
dataset_size: 2292 | |
- config_name: products | |
features: | |
- name: product_id | |
dtype: int32 | |
- name: name | |
dtype: string | |
- name: price | |
dtype: float32 | |
splits: | |
- name: train | |
num_bytes: 1226 | |
num_examples: 56 | |
- name: validation | |
num_bytes: 263 | |
num_examples: 12 | |
- name: test | |
num_bytes: 262 | |
num_examples: 12 | |
download_size: 5619 | |
dataset_size: 1751 | |
configs: | |
- config_name: customers | |
data_files: | |
- split: train | |
path: customers/train-* | |
- split: validation | |
path: customers/validation-* | |
- split: test | |
path: customers/test-* | |
- config_name: products | |
data_files: | |
- split: train | |
path: products/train-* | |
- split: validation | |
path: products/validation-* | |
- split: test | |
path: products/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: int64 | |
- name: object | |
- age: int64 | |
### products | |
- product_id: int64 | |
- name: object | |
- price: float64 | |