Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use OwLim/roberta-hate-speech-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OwLim/roberta-hate-speech-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="OwLim/roberta-hate-speech-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("OwLim/roberta-hate-speech-detection") model = AutoModelForSequenceClassification.from_pretrained("OwLim/roberta-hate-speech-detection") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 19
Browse files
logs/events.out.tfevents.1748358488.7f91c3b55f9f.1285.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7093edf55ac088f04d556826313d91fe5bad9b7d41435c7b4d57b86018b40d26
|
| 3 |
+
size 18932
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498612824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcbcbe96da999166bfaa31d6fd81d8e10a84af493e12925f671e2575fd948e2c
|
| 3 |
size 498612824
|