Text Classification
Transformers
Safetensors
Turkish
bert
toxicity-detection
turkish
nlp
content-moderation
Instructions to use MeowML/ToxicBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MeowML/ToxicBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MeowML/ToxicBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MeowML/ToxicBERT") model = AutoModelForSequenceClassification.from_pretrained("MeowML/ToxicBERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 33ded23df4010da43bd785d0b771ee0c146632ac7a47e732e38abf7b4a8ecbbe
- Size of remote file:
- 885 MB
- SHA256:
- a4a4a9a87e94ab5c0ffa302b3cae954c4d965f7258b58e0da4ce2a68a1210d10
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.