kyuz0 commited on
Commit
3397cf8
·
verified ·
1 Parent(s): b16ecc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ ---
4
+
5
+ # Llama3-8B-PromptInjectionHardened
6
+
7
+ **Model Description**:
8
+ Llama3-8B-PromptInjectionHardened is a fine-tuned version of the Llama3 8B model designed to resist common prompt injection attacks. This model was specifically trained to avoid executing instructions encapsulated within special data markers: `<<<data>>>` and `<<</data>>>`. For example, when prompted to summarize an email, if the email body contains potential prompt injections wrapped within these markers, the model is designed to ignore those instructions.
9
+
10
+ **Intended Use**:
11
+ This model is intended for use in environments where prompt injection attacks are a concern, particularly in scenarios involving the processing of untrusted input. It is especially useful in applications like email processing, automated content summarization, and other NLP tasks where user inputs might be maliciously crafted to manipulate the model’s output.
12
+
13
+ **Training Process**:
14
+ This model was developed by WithSecure Consulting as part of a summer internship project in 2024. The fine-tuning process involved exposing the base Llama3 8B model to a dataset containing examples of prompt injections within the specified data markers, allowing the model to learn to identify and ignore such patterns.
15
+
16
+ **Limitations**:
17
+ While this model improves resistance to specific prompt injection patterns, it may not be foolproof against all possible attack vectors. Users should still exercise caution and employ additional security measures where necessary.
18
+
19
+ **Model Details**:
20
+ - **Base Model**: Llama3 8B
21
+ - **Fine-tuned by**: WithSecure Consulting
22
+ - **Project**: Summer Internship 2024
23
+ - **Task**: Prompt Injection Resistance
24
+ - **Data Markers**: `<<<data>>>` and `<<</data>>>`
25
+
26
+ **Contact**:
27
+ For more information, please contact WithSecure Consulting.