Text Classification
Transformers
TensorBoard
Safetensors
English
deberta-v2
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-Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use madhurjindal/Jailbreak-Detector-Large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="madhurjindal/Jailbreak-Detector-Large")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("madhurjindal/Jailbreak-Detector-Large") model = AutoModelForSequenceClassification.from_pretrained("madhurjindal/Jailbreak-Detector-Large") - Notebooks
- Google Colab
- Kaggle
Information on train, validation, test datasets used
#2 opened 7 months ago
by
koala99