Text Classification
Transformers
PyTorch
English
deberta-v2
hate
hate_speech
text-embeddings-inference
Instructions to use OrK7/parler_hate_speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OrK7/parler_hate_speech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="OrK7/parler_hate_speech")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OrK7/parler_hate_speech", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,4 @@ Recent research efforts have been directed toward the development of automated s
|
|
| 12 |
|
| 13 |
## Results
|
| 14 |
|
| 15 |
-
<
|
| 16 |
-
<img src="https://github.com/OrKatz7/parler-hate-speech/blob/main/docs/parler_results.jpeg">
|
| 17 |
-
</p>
|
|
|
|
| 12 |
|
| 13 |
## Results
|
| 14 |
|
| 15 |
+
<img src="https://github.com/OrKatz7/parler-hate-speech/blob/main/docs/parler_results.jpeg?raw=true">
|
|
|
|
|
|