Commit
·
34a3252
1
Parent(s):
a358660
Update README.md
Browse files
README.md
CHANGED
@@ -8,3 +8,6 @@ datasets:
|
|
8 |
|
9 |
# Hate Speech Detector
|
10 |
This model is a fork of the [bert-based-uncased-hatespeech-movies](https://huggingface.co/uhhlt/bert-based-uncased-hatespeech-movies) model. It is used to classify text as **normal**, **offensive**, **hatespeech**. The model is initially a pre-trained transformer model(bert-based-uncased) which is further trained on Twitter comments which can be normal, offensive and hate to learn the context from social media data. It is then fine-tuned using the movie subtitles dataset.
|
|
|
|
|
|
|
|
8 |
|
9 |
# Hate Speech Detector
|
10 |
This model is a fork of the [bert-based-uncased-hatespeech-movies](https://huggingface.co/uhhlt/bert-based-uncased-hatespeech-movies) model. It is used to classify text as **normal**, **offensive**, **hatespeech**. The model is initially a pre-trained transformer model(bert-based-uncased) which is further trained on Twitter comments which can be normal, offensive and hate to learn the context from social media data. It is then fine-tuned using the movie subtitles dataset.
|
11 |
+
|
12 |
+
## Test it out
|
13 |
+
You can test this model live on [Spaces](https://huggingface.co/spaces/risingodegua/hate-speech-detector)
|