How to use AiresPucrs/toxicity-classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AiresPucrs/toxicity-classifier", dtype="auto")