autotrain-data-test / README.md
A2H0H0R1's picture
Upload README.md with huggingface_hub
9d88d77
|
raw
history blame contribute delete
No virus
681 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: autotrain_image
      dtype: image
    - name: autotrain_label
      dtype:
        class_label:
          names:
            '0': cats
            '1': dogs
  splits:
    - name: train
      num_bytes: 60756
      num_examples: 10
    - name: validation
      num_bytes: 60756
      num_examples: 10
  download_size: 124636
  dataset_size: 121512

Dataset Card for "autotrain-data-test"

More Information needed