sreejith8100's picture
Upload README.md with huggingface_hub
87eb6a0
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:
        class_label:
          names:
            '0': death
            '1': marriage
    - name: ground_truth
      dtype: string
  splits:
    - name: train
      num_bytes: 579607385
      num_examples: 448
    - name: test
      num_bytes: 13590074
      num_examples: 20
  download_size: 593216583
  dataset_size: 593197459

Dataset Card for "death_marriage_data2"

More Information needed