Text Classification
Transformers
PyTorch
Safetensors
Portuguese
bert
toxicity
alignment
text-embeddings-inference
Instructions to use nicholasKluge/ToxiGuardrailPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nicholasKluge/ToxiGuardrailPT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nicholasKluge/ToxiGuardrailPT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nicholasKluge/ToxiGuardrailPT") model = AutoModelForSequenceClassification.from_pretrained("nicholasKluge/ToxiGuardrailPT") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md a31e1ed
Update README.md 1e1f4ef
Update README.md 55e987a
Create LICENSE 4557349
Update README.md 57a43c5
Update README.md 5d94d19
initial commit cba5085
Nicholas Kluge Corrêa commited on