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