thymiantheherb's picture
Upload README.md with huggingface_hub
de864f1 verified
|
raw
history blame
629 Bytes
metadata
dataset_info:
  features:
    - name: audio_waveform
      dtype:
        audio:
          sampling_rate: 16000
    - name: hate_speech_score
      dtype: float64
    - name: label
      dtype:
        class_label:
          names:
            '0': hate
            '1': non-hate
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 68634545.42138544
      num_examples: 1581
    - name: test
      num_bytes: 17192305.705614567
      num_examples: 396
  download_size: 82994357
  dataset_size: 85826851.127
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*