Update README.md
Browse files
README.md
CHANGED
|
@@ -180,7 +180,6 @@ print(f"Text: '{text}'")
|
|
| 180 |
print(f"Predictions: {predictions}")
|
| 181 |
```
|
| 182 |
|
| 183 |
-
|
| 184 |
## Use Cases
|
| 185 |
This hate/offensive massege classifier is ideal for:
|
| 186 |
|
|
@@ -197,6 +196,7 @@ This hate/offensive massege classifier is ideal for:
|
|
| 197 |
|
| 198 |
If you use this model in your research or application, please cite:
|
| 199 |
|
|
|
|
| 200 |
@misc{AshiniR_Hate/Offencive_Message_Classifier_2025,
|
| 201 |
author = {Ashini Dhananjana},
|
| 202 |
title = {Hate/Offencive Message Classifier: RoBERTa-based Hate/Offencive Message Detection},
|
|
@@ -204,6 +204,7 @@ If you use this model in your research or application, please cite:
|
|
| 204 |
publisher = {Hugging Face},
|
| 205 |
howpublished = {\url{https://huggingface.co/AshiniR/hate-speech-and-offensive-message-classifier}},
|
| 206 |
}
|
|
|
|
| 207 |
|
| 208 |
## Model Card Contact
|
| 209 |
|
|
|
|
| 180 |
print(f"Predictions: {predictions}")
|
| 181 |
```
|
| 182 |
|
|
|
|
| 183 |
## Use Cases
|
| 184 |
This hate/offensive massege classifier is ideal for:
|
| 185 |
|
|
|
|
| 196 |
|
| 197 |
If you use this model in your research or application, please cite:
|
| 198 |
|
| 199 |
+
```bibtex
|
| 200 |
@misc{AshiniR_Hate/Offencive_Message_Classifier_2025,
|
| 201 |
author = {Ashini Dhananjana},
|
| 202 |
title = {Hate/Offencive Message Classifier: RoBERTa-based Hate/Offencive Message Detection},
|
|
|
|
| 204 |
publisher = {Hugging Face},
|
| 205 |
howpublished = {\url{https://huggingface.co/AshiniR/hate-speech-and-offensive-message-classifier}},
|
| 206 |
}
|
| 207 |
+
```
|
| 208 |
|
| 209 |
## Model Card Contact
|
| 210 |
|