vincentiussgk's picture
Upload README.md with huggingface_hub
d5cce19
|
raw
history blame contribute delete
No virus
635 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: 339951925
      num_examples: 900
    - name: test
      num_bytes: 78429911
      num_examples: 225
  download_size: 417503439
  dataset_size: 418381836

Dataset Card for "pneumonia_TA_split_proper"

More Information needed