modeling_v1 / README.md
khan123's picture
Upload README.md with huggingface_hub
582d195
|
raw
history blame contribute delete
No virus
848 Bytes
metadata
dataset_info:
  features:
    - name: file
      dtype: string
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: label
      dtype:
        class_label:
          names:
            '0': howl
            '1': growling
            '2': bark
            '3': panting
            '4': whimper
    - name: is_unknown
      dtype: bool
    - name: youtube_id
      dtype: string
    - name: youtube_url
      dtype: string
  splits:
    - name: train
      num_bytes: 226151046
      num_examples: 322
    - name: validation
      num_bytes: 29638692
      num_examples: 40
    - name: test
      num_bytes: 28166844
      num_examples: 38
  download_size: 264333043
  dataset_size: 283956582

Dataset Card for "modeling_v1"

More Information needed