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