File size: 702 Bytes
48076a2
e393225
 
48076a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d591696
 
48076a2
d591696
 
 
 
48076a2
 
 
 
 
 
 
e393225
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---

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-*
---