Instructions to use AiresPucrs/toxicity-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AiresPucrs/toxicity-classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AiresPucrs/toxicity-classifier", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ language:
|
|
| 5 |
---
|
| 6 |
# Toxicity_model
|
| 7 |
|
| 8 |
-
The Toxicity_model is used to
|
| 9 |
|
| 10 |
The model was trained with a dataset composed of toxic_response and non_toxic_response.
|
| 11 |
|
|
|
|
| 5 |
---
|
| 6 |
# Toxicity_model
|
| 7 |
|
| 8 |
+
The Toxicity_model is used to differentiate not toxic from toxic responses.
|
| 9 |
|
| 10 |
The model was trained with a dataset composed of toxic_response and non_toxic_response.
|
| 11 |
|