test / README.md
iszhaoxin's picture
Convert dataset to Parquet
d4adc87 verified
|
raw
history blame
1.35 kB
metadata
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
configs:
  - config_name: customers
    data_files:
      - split: train
        path: customers/train-*
      - split: validation
        path: customers/validation-*
      - split: test
        path: customers/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

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