File size: 1,068 Bytes
9026cf0
59a3556
 
135d236
 
 
 
59a3556
 
de9965a
6813428
9026cf0
 
59a3556
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
task_categories:
  - text-classification
task_ids:
  - hate-speech-detection
tags:
- bert
- hate-speech
- hate-speech-detection
license: cc-by-nc-sa-4.0
---

# hate-speech-bert (base-uncased)

Fine-tuned hate speech detection model on English language using Toraman22 v2 dataset published at https://github.com/avaapm/hatespeech

Class labels:

"0": Neutral

"1": Offensive

"2": Hate

We split 80-20 train-test randomly.

5 epochs train_loss: 0.0948 

eval_f1 is 0.9426, eval_accuracy is 0.9430
    
### BibTeX entry and citation info
```bibtex
@InProceedings{toraman2022large,
  author    = {Toraman, Cagri  and  \c{S}ahinu\c{c}, Furkan and Yilmaz, Eyup Halit},
  title     = {Large-Scale Hate Speech Detection with Cross-Domain Transfer},
  booktitle = {Proceedings of the Language Resources and Evaluation Conference},
  month     = {June},
  year      = {2022},
  address   = {Marseille, France},
  publisher = {European Language Resources Association},
  pages     = {2215--2225},
  url       = {https://aclanthology.org/2022.lrec-1.238}
}
```