badmatr11x
commited on
Commit
•
557ec57
1
Parent(s):
9c51faa
Delete README.md
Browse files
README.md
DELETED
@@ -1,36 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- badmatr11x/hate-offensive-speech
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
pipeline_tag: text-classification
|
10 |
-
tags:
|
11 |
-
- code
|
12 |
-
widget:
|
13 |
-
- text: People are fun to talk.
|
14 |
-
example_title: Neither Speech
|
15 |
-
- text: Black people are good at running.
|
16 |
-
example_title: Hate Speech
|
17 |
-
- text: And I am goin back to school, only for the hoes and a class or two.
|
18 |
-
example_title: Offensive Speech
|
19 |
-
---
|
20 |
-
|
21 |
-
|
22 |
-
This is the **Offensive and Hateful Speech Detection** mode fine-tuned on the **distilroberta-base** model available on the huggingface pre-trained models. This model is trained with the [dataset](https://huggingface.co/datasets/badmatr11x/hate-offensive-speech/) which contains around 55K annotated tweets; classified into three different categories, Hateful, Offensive and Neither.
|
23 |
-
|
24 |
-
This is the example of the dataset instance:
|
25 |
-
```
|
26 |
-
{
|
27 |
-
"label": {
|
28 |
-
0: "Hate Speech",
|
29 |
-
1: "Offensive Speech",
|
30 |
-
2: "Neither"
|
31 |
-
}
|
32 |
-
"tweet": <string>
|
33 |
-
}
|
34 |
-
```
|
35 |
-
|
36 |
-
Model is fine-tuned on epochs number 5 with over than 15500 rounds of training. The self-verified evaluation accuracy of the models is **95.60%** with the evaluation lost **17.02%**. The testing accuracy of the model is recored **95.04%**, self stated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|