Text Classification
Transformers
PyTorch
ONNX
Safetensors
English
distilbert
Trained with AutoTrain
text classification
gibberish
classifier
detector
spam
nlp
text-filter
Eval Results (legacy)
text-embeddings-inference
Instructions to use madhurjindal/autonlp-Gibberish-Detector-492513457 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madhurjindal/autonlp-Gibberish-Detector-492513457 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="madhurjindal/autonlp-Gibberish-Detector-492513457")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("madhurjindal/autonlp-Gibberish-Detector-492513457") model = AutoModelForSequenceClassification.from_pretrained("madhurjindal/autonlp-Gibberish-Detector-492513457") - Inference
- Notebooks
- Google Colab
- Kaggle
Ctrl+K