Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
Trained with AutoTrain
security
ai-security
jailbreak-detection
ai-safety
llm-security
prompt-injection
mdeberta
binary-classification
content-filtering
model-security
chatbot-security
prompt-engineering
Eval Results (legacy)
text-embeddings-inference
Instructions to use madhurjindal/Jailbreak-Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madhurjindal/Jailbreak-Detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="madhurjindal/Jailbreak-Detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("madhurjindal/Jailbreak-Detector") model = AutoModelForSequenceClassification.from_pretrained("madhurjindal/Jailbreak-Detector") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
280d9ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2aa7e6d1f68a79e42ba0d97994f590732e28b8cd3504d1c8f97c88c37579ded7
size 5048
|