nino-gerb's picture
Upload dataset
d591696 verified
|
raw
history blame
702 Bytes
---
size_categories:
- 1K<n<10K
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: 4611086456.716198
num_examples: 12392
- name: test
num_bytes: 1153143809.0258021
num_examples: 3099
download_size: 1164076560
dataset_size: 5764230265.742001
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---