File size: 1,029 Bytes
838bdaf 2ab3c55 838bdaf b8dc9f2 |
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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
dataset_info:
features:
- name: text
dtype: string
- name: sentiment
dtype: int64
- name: respect
dtype: int64
- name: insult
dtype: int64
- name: humiliate
dtype: int64
- name: status
dtype: int64
- name: dehumanize
dtype: int64
- name: violence
dtype: int64
- name: genocide
dtype: int64
- name: attack_defend
dtype: int64
- name: hatespeech
dtype: int64
splits:
- name: train
num_bytes: 20985424
num_examples: 95433
- name: test
num_bytes: 2621502
num_examples: 11929
- name: validation
num_bytes: 2621368
num_examples: 11930
download_size: 9072984
dataset_size: 26228294
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
Simplified version of Measuring Hate Speech using our custom class thresholds.
Original dataset: https://huggingface.co/datasets/ucberkeley-dlab/measuring-hate-speech |