Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ HF_TOKEN = "<TOKEN HERE>"
|
|
14 |
tokenizer = AutoTokenizer.from_pretrained("google/gemma-2-2b-it", token=HF_TOKEN)
|
15 |
base_model = AutoModelForSequenceClassification.from_pretrained(
|
16 |
"google/gemma-2-2b-it",
|
17 |
-
num_labels=5,
|
18 |
token=HF_TOKEN,
|
19 |
id2label={
|
20 |
0: "prompt_injection",
|
|
|
14 |
tokenizer = AutoTokenizer.from_pretrained("google/gemma-2-2b-it", token=HF_TOKEN)
|
15 |
base_model = AutoModelForSequenceClassification.from_pretrained(
|
16 |
"google/gemma-2-2b-it",
|
17 |
+
num_labels=5,
|
18 |
token=HF_TOKEN,
|
19 |
id2label={
|
20 |
0: "prompt_injection",
|