Philipp-Sc commited on
Commit
05aa199
1 Parent(s): 6e0a52b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -6,18 +6,15 @@ language:
6
  - en
7
  pipeline_tag: text-generation
8
  ---
9
- ---
10
 
11
- base_model: mistralai/Mistral-7B-v0.1
12
- (=checkpoint-v1)
13
 
14
- base_model: mistralai/Mistral-7B-v0.2
15
- (>=checkpoint-v2)
16
- ---
17
 
18
- ## Reverse Instruct LoRA Adapter
 
19
 
20
- This LoRA Adapter is fine tuned to reverse engineer the original prompt of a given LLM output/response.
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