test / README.md
iszhaoxin's picture
Upload folder using huggingface_hub
a34da83 verified
|
raw
history blame
806 Bytes
---
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
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: int64
- name: object
- age: int64
### products
- product_id: int64
- name: object
- price: float64