Philipp-Sc
commited on
Commit
•
05aa199
1
Parent(s):
6e0a52b
Update README.md
Browse files
README.md
CHANGED
@@ -6,18 +6,15 @@ language:
|
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
9 |
-
---
|
10 |
|
11 |
-
|
12 |
-
(=checkpoint-v1)
|
13 |
|
14 |
-
|
15 |
-
(>=checkpoint-v2)
|
16 |
-
---
|
17 |
|
18 |
-
|
|
|
19 |
|
20 |
-
|
21 |
|
22 |
## Response Format
|
23 |
|
|
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
8 |
---
|
|
|
9 |
|
10 |
+
## Mistral 7b Reverse Instruct
|
|
|
11 |
|
12 |
+
This LoRA Adapter is fine tuned to reverse engineer the original prompt of a given LLM output/response.
|
|
|
|
|
13 |
|
14 |
+
- base_model: mistralai/Mistral-7B-v0.1 (=checkpoint-v1)
|
15 |
+
- base_model: mistralai/Mistral-7B-v0.2 (>=checkpoint-v2)
|
16 |
|
17 |
+
For convinience the latest model export is provided under /latest_model_export
|
18 |
|
19 |
## Response Format
|
20 |
|