Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,19 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: train
|
| 20 |
path: data/train-*
|
| 21 |
+
license: cc-by-4.0
|
| 22 |
+
task_categories:
|
| 23 |
+
- text-classification
|
| 24 |
+
language:
|
| 25 |
+
- en
|
| 26 |
+
pretty_name: UCBerkley DLab Measuring hate speech in 3 classes
|
| 27 |
+
size_categories:
|
| 28 |
+
- 100K<n<1M
|
| 29 |
---
|
| 30 |
+
|
| 31 |
+
This is modified version of [UCBerkley DLab dataset](https://huggingface.co/datasets/ucberkeley-dlab/measuring-hate-speech), converted to represtent harmfull level in 3 classes:
|
| 32 |
+
1. SAFE - hate_speech_score < -1
|
| 33 |
+
2. BORDERLINE - -1 < hate_speech_score < 0.5
|
| 34 |
+
3. HARMFUL - hate_speech_score >= 0.5
|
| 35 |
+
|
| 36 |
+
Text and harmful level classification was created by UCBerkley DLab Team! I'm not creator of this data - i'm only converted it into classes!
|