badmatr11x
commited on
Commit
•
afb5202
1
Parent(s):
64fac29
add details of model
Browse files
README.md
CHANGED
@@ -7,4 +7,17 @@ language:
|
|
7 |
pipeline_tag: text-classification
|
8 |
tags:
|
9 |
- code
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pipeline_tag: text-classification
|
8 |
tags:
|
9 |
- code
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
This is pre-trained model for offensive and hateful speech multiclassification.
|
14 |
+
Model is fine-tuned on distilroberta-base model from the huggingface repository.
|
15 |
+
This model is pre-trained on my original datasets. Reported accuracy of this model is **94.50%**.
|
16 |
+
|
17 |
+
You can find all the datasets on this [repository](https://huggingface.co/datasets/badmatr11x/hate-offensive-speech).
|
18 |
+
Find out my Space on this model [here](https://huggingface.co/spaces/badmatr11x/offensive-hateful-speech-multiclassification).
|
19 |
+
|
20 |
+
You can find training notebook on my github profile [@purveshpatel511]().
|
21 |
+
Report any bugs or issue [here]().
|
22 |
+
|
23 |
+
Checkout my GitHub Profile [@purveshpatel511](https://github.com/purveshpatel511).
|