vincentiussgk's picture
Upload README.md with huggingface_hub
c991e1a
|
raw
history blame contribute delete
No virus
633 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: file_path
      dtype: string
    - name: label
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 579949180
      num_examples: 900
    - name: test
      num_bytes: 131668754
      num_examples: 225
  download_size: 711441322
  dataset_size: 711617934

Dataset Card for "pneumonia_TA_split_rgb"

More Information needed