Text Classification
Transformers
Safetensors
English
distilbert
content-moderation
comment-moderation
text-moderation
text-embeddings-inference
Instructions to use Vrandan/Comment-Moderation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vrandan/Comment-Moderation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Vrandan/Comment-Moderation")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Vrandan/Comment-Moderation") model = AutoModelForSequenceClassification.from_pretrained("Vrandan/Comment-Moderation") - Notebooks
- Google Colab
- Kaggle
Fixed Simple Error
Browse files
README.md
CHANGED
|
@@ -263,6 +263,6 @@ If you use this model or dataset in your research, please cite:
|
|
| 263 |
|
| 264 |
## 📧 Contact
|
| 265 |
|
| 266 |
-
For support or queries, please
|
| 267 |
|
| 268 |
---
|
|
|
|
| 263 |
|
| 264 |
## 📧 Contact
|
| 265 |
|
| 266 |
+
For support or queries, please message me on Slack.
|
| 267 |
|
| 268 |
---
|