auto-mpg-split / README.md
dvgodoy's picture
Upload README.md with huggingface_hub
ff1e305
|
raw
history blame
773 Bytes
metadata
dataset_info:
  features:
    - name: mpg
      dtype: float64
    - name: cylinders
      dtype: int64
    - name: displacement
      dtype: float64
    - name: horsepower
      dtype: string
    - name: weight
      dtype: int64
    - name: acceleration
      dtype: float64
    - name: model year
      dtype: int64
    - name: origin
      dtype: int64
    - name: car name
      dtype: string
  splits:
    - name: train
      num_bytes: 26235
      num_examples: 318
    - name: test
      num_bytes: 3300
      num_examples: 40
    - name: valid
      num_bytes: 3300
      num_examples: 40
  download_size: 22074
  dataset_size: 32835

Dataset Card for "auto-mpg-split"

More Information needed