Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use andriadze/ai-chat-censor6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andriadze/ai-chat-censor6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="andriadze/ai-chat-censor6")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("andriadze/ai-chat-censor6") model = AutoModelForSequenceClassification.from_pretrained("andriadze/ai-chat-censor6") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ The model might categorize any talk about race as racism, for example: "Black pe
|
|
| 28 |
Model also might flag any comment containing numbers below 18 as underage. This is an issue that will be addressed in next version.
|
| 29 |
|
| 30 |
Here's the next version:
|
| 31 |
-
https://huggingface.co/andriadze/ai-chat-
|
| 32 |
|
| 33 |
|
| 34 |
## Training and evaluation data
|
|
|
|
| 28 |
Model also might flag any comment containing numbers below 18 as underage. This is an issue that will be addressed in next version.
|
| 29 |
|
| 30 |
Here's the next version:
|
| 31 |
+
https://huggingface.co/andriadze/ai-chat-censor
|
| 32 |
|
| 33 |
|
| 34 |
## Training and evaluation data
|