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
File size: 134 Bytes
fb91448 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:70cc87d6ec74802a19305ad91e148e562cb05bb3bec5678801ef7c827396737d
size 267854100
|