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 17
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:c73a1418551eca2d55bb54a31d28aca247e59f1926e9b48ef9c89c2973ee030e
|
| 3 |
+
size 17472
|
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:3e80ec37ebe0eef6f92d0c40d20d0ee4393ca3f17208ec66a267d07211a46ccb
|
| 3 |
size 498612824
|