Instructions to use IMSyPP/hate_speech_slo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IMSyPP/hate_speech_slo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="IMSyPP/hate_speech_slo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("IMSyPP/hate_speech_slo") model = AutoModelForSequenceClassification.from_pretrained("IMSyPP/hate_speech_slo") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,9 @@ inference: true
|
|
| 5 |
|
| 6 |
widget:
|
| 7 |
- text: "Sem Mark in živim v Ljubljani. Sem doktorski študent na Mednarodni podiplomski šoli Jožefa Stefana."
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# Hate Speech Classifier for Social Media Content in Slovenian Language
|
|
|
|
| 5 |
|
| 6 |
widget:
|
| 7 |
- text: "Sem Mark in živim v Ljubljani. Sem doktorski študent na Mednarodni podiplomski šoli Jožefa Stefana."
|
| 8 |
+
language:
|
| 9 |
+
- sl
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# Hate Speech Classifier for Social Media Content in Slovenian Language
|