Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.2
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model: meta-llama/Llama-3.2-1B-Instruct
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
tags:
|
8 |
+
- facebook
|
9 |
+
- meta
|
10 |
+
- pytorch
|
11 |
+
- llama
|
12 |
+
- llama-3
|
13 |
+
- prompt-injection
|
14 |
+
- injection
|
15 |
+
- security
|
16 |
+
- secure
|
17 |
+
- safety
|
18 |
+
datasets:
|
19 |
+
- jackhhao/jailbreak-classification
|
20 |
+
- qualifire/prompt-injections-benchmark
|
21 |
+
library_name: transformers
|
22 |
+
---
|
23 |
+
|
24 |
+
# Model Card for Llama-3.2-1B-Instruct-Prompt-Guard
|
25 |
+
|
26 |
+
This model is a fine-tuned version of [Llama-3.2-1B-Instruct](https://huggingface.co/cryptocyberai/Llama-3.2-1B-Instruct-Prompt-Guard) on the [jackhhao/jailbreak-classification](https://huggingface.co/datasets/jackhhao/jailbreak-classification) and [qualifire/prompt-injections-benchmark](https://huggingface.co/datasets/qualifire/prompt-injections-benchmark) datasets.
|