Commit
·
56c307e
1
Parent(s):
e3492bc
Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,10 @@ pipeline_tag: text-generation
|
|
9 |
|
10 |
## Mistral 7b Reverse Instruct
|
11 |
|
12 |
-
This
|
|
|
|
|
|
|
13 |
|
14 |
- base_model: mistralai/Mistral-7B-v0.1 (=checkpoint-v1)
|
15 |
- base_model: mistralai/Mistral-7B-v0.2 (>=checkpoint-v2)
|
|
|
9 |
|
10 |
## Mistral 7b Reverse Instruct
|
11 |
|
12 |
+
This model is LoRA fine tuned to reverse engineer the original prompt of a given LLM output/response.
|
13 |
+
Use Case: The generation of synthetic instruct datasets for developing chatbots and domain specific fine tuning (e.g. "Summarization" & "Roleplay").
|
14 |
+
|
15 |
+
|
16 |
|
17 |
- base_model: mistralai/Mistral-7B-v0.1 (=checkpoint-v1)
|
18 |
- base_model: mistralai/Mistral-7B-v0.2 (>=checkpoint-v2)
|