scopes / README.md
aashraychegu's picture
Upload README.md with huggingface_hub
b6b7b49
|
raw
history blame
664 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype: image
    - name: img_path
      dtype: string
    - name: mask_path
      dtype: string
  splits:
    - name: train
      num_bytes: 72241
      num_examples: 1
    - name: test
      num_bytes: 2676010797.1024017
      num_examples: 36948
  download_size: 2648652184
  dataset_size: 2676083038.1024017

Dataset Card for "scopes"

More Information needed