fire-classification / README.md
rollerhafeezh-amikom's picture
Upload README.md with huggingface_hub
99a1535 verified
|
raw
history blame
No virus
805 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': Not Fire
            '1': Fire
  splits:
    - name: train
      num_bytes: 273815.030094583
      num_examples: 1860
    - name: validation
      num_bytes: 34300.48495270851
      num_examples: 233
    - name: test
      num_bytes: 34300.48495270851
      num_examples: 233
  download_size: 230802
  dataset_size: 342416.00000000006

Dataset Card for "fire-classification"

More Information needed