How to use yonad2008/jailbreak_predictor_simple_input_gemma_7b-instruct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yonad2008/jailbreak_predictor_simple_input_gemma_7b-instruct")
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("yonad2008/jailbreak_predictor_simple_input_gemma_7b-instruct") model = AutoModelForSequenceClassification.from_pretrained("yonad2008/jailbreak_predictor_simple_input_gemma_7b-instruct")
The community tab is the place to discuss and collaborate with the HF community!