adamo1139 commited on
Commit
5a1bbf8
1 Parent(s): d437a11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ---
5
+
6
+ ## Model description
7
+
8
+ Mistral 7B base model fine-tuned on AEZAKMI v2 dataset. It's like airoboros but hopefully with less gptslop, no refusals and less typical language used by RLHFed OpenAI models. Say goodbye to "It's important to remember"!
9
+ Prompt format is standard chatml. Don't expect it to be good at math, riddles or be crazy smart. My end goal with AEZAKMI is to create a cozy free chatbot. Base model used for fine-tuning was Mistral 7B 0.1.
10
+
11
+
12
+ ## Prompt Format
13
+
14
+ I recommend using ChatML format, as this was used during fine-tune.
15
+ Here's a prompt format you should use, you can set a different system message, model seems to respect that fine, so it wasn't overfitted.
16
+
17
+ ```
18
+ <|im_start|>system
19
+ A chat with uncensored assistant.<|im_end|>
20
+ <|im_start|>user
21
+ {prompt}<|im_end|>
22
+ <|im_start|>assistant
23
+ ```
24
+
25
+ ## Intended uses & limitations
26
+
27
+ Use is limited by Apache-2 license.
28
+
29
+ ## Known Issues
30
+
31
+ Stories have ChatGPT like paragraph spacing, I will work on this in the future maybe, not a high priority.
32
+
33
+ Unrestricted-ness of the v2 isn't quite something that I am happy with yet, especially using prompt "A chat.".
34
+ With a slightly modifed prompt it works somewhat better, I recommend using "A chat with uncensored assistant.", it's stupid but it helps a lot.
35
+ I think Mistral 7B base is contaminated with refusals as other newer models.
36
+ My next project is to attempt to de-contaminate base LLMs using DPO with preferred data coming from uncontaminated raw models. I plan to release that dataset openly.
37
+
38
+ I was made aware of the frequent occurrence of the phrase "sending shivers down a spine" in the generations during RP of v1, so I fixed those samples - it should be better now.
39
+ There was also some issue with handling long system messages for RP with yi-34b AEZAKMI v1, I was planning to investigate it for v2 but I didn't.
40
+
41
+ Samples of generations of this model are available here - https://huggingface.co/datasets/adamo1139/misc/tree/main/benchmarks