autonlp-Gibberish-Detector-492513457
734.0K
63
512
Small context
2 languages
license:mit
by
madhurjindal
Other
OTHER
Good
734K downloads
Production-ready
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
--- tags: - autonlp - text classification - gibberish - classifier - detector - spam - distilbert - nlp - text-filter language: en widget: - text: I love Machine Learning!
Code Examples
🎯 Quick Startpythontransformers
from transformers import pipeline
# Initialize the gibberish detector
detector = pipeline("text-classification", model="madhurjindal/autonlp-Gibberish-Detector-492513457")
# Detect gibberish in text
result = detector("I love Machine Learning!")
print(result)
# Output: [{'label': 'clean', 'score': 0.99}]🎯 Quick Startpythontransformers
from transformers import pipeline
# Initialize the gibberish detector
detector = pipeline("text-classification", model="madhurjindal/autonlp-Gibberish-Detector-492513457")
# Detect gibberish in text
result = detector("I love Machine Learning!")
print(result)
# Output: [{'label': 'clean', 'score': 0.99}]Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.