Model Card for Model ID
Turkish Toxic Comment Classifier trained on Turkish comments filtered from Jigsaw Multilingual Toxic Comment Classification. The model weights are initialized with dbmdz/convbert-base-turkish-mc4-uncased
Quick Usage
from transformers import pipeline
pipe = pipeline("text-classification", model="gokceuludogan/convbert-base-turkish-mc4-toxicity-uncased")
pipe("Ulan sen bizim köyü bizden iyi mi tanıyorsun ki bizim yazdıklarımızı siliyorsun?")
LABEL_1
denotes Toxic
while LABEL_0
refers to Neutral
.
- Downloads last month
- 205
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.