Suparious commited on
Commit
b09e966
·
verified ·
1 Parent(s): 69935d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -3,4 +3,30 @@ license: cc-by-nc-4.0
3
  tags:
4
  - not-for-all-audiences
5
  - nsfw
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  tags:
4
  - not-for-all-audiences
5
  - nsfw
6
+ ---
7
+ # Undi95/LewdMistral-7B-0.2 AWQ
8
+
9
+
10
+ ## model Summary
11
+
12
+ It's a full finetune (on 2 epoch) of [Mistral-7B-v0.2](https://huggingface.co/alpindale/Mistral-7B-v0.2-hf) based on multiple RP datasets.
13
+
14
+ It was made for being merged with old 0.1 model as an experiment to see if it would be possible to add new data from 0.2 into 0.1 finetunes, but since it's usable, I let is open for further train/merging.
15
+
16
+ It was used to create [BigL](https://huggingface.co/Undi95/BigL-7B), a model who take Mistral 0.2 7B as a base, but merged with Mistral 0.1 finetunes.
17
+
18
+
19
+ ## Prompt template: Alpaca
20
+
21
+ ```
22
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
23
+
24
+ ### Instruction:
25
+ {system prompt}
26
+
27
+ ### Input:
28
+ {prompt}
29
+
30
+ ### Response:
31
+ {output}
32
+ ```