Instructions to use jpcorb20/toxic-detector-distilroberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jpcorb20/toxic-detector-distilroberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jpcorb20/toxic-detector-distilroberta")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jpcorb20/toxic-detector-distilroberta") model = AutoModelForSequenceClassification.from_pretrained("jpcorb20/toxic-detector-distilroberta", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1fee53e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:deda16f5c83af8b08fb906222c341d5629762c65282897b80316265ec0959656
size 330879779
|