concedo commited on
Commit
7ce401c
·
verified ·
1 Parent(s): f35efa5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - mistralai/Mistral-Small-Instruct-2409
4
+ language:
5
+ - en
6
+ ---
7
+
8
+ <div align="center">
9
+
10
+ # Beepo-22B
11
+ </div>
12
+
13
+ This is a finetune done on top of https://huggingface.co/mistralai/Mistral-Small-Instruct-2409 making it less censored and better at chat, roleplay and storywriting while maintaining excellent instruct capabilities.
14
+
15
+ Bonus Features:
16
+ - **Instruct prompt format supports Alpaca** - Honestly, I don't know why more models don't use it. If you are an Alpaca format lover like me, this should help. The original Mistral instruct format can still be used but is not recommended.
17
+ - **Instruct Decensoring Applied** - You should not need a jailbreak for a model to obey the user. The model should always do what you tell it to. No need for weird `"Sure, I will"` or kitten-murdering-threat tricks.
18
+
19
+ You can obtain the GGUF quantization of this model here: https://huggingface.co/concedo/Beepo-22B-GGUF
20
+
21
+ <!-- prompt-template start -->
22
+ ## Prompt template: Alpaca Hybrid
23
+
24
+ ```
25
+ ### Instruction:
26
+ {prompt}
27
+
28
+ ### Response:
29
+ ```
30
+
31
+ <!-- prompt-template end -->
32
+
33
+ Please leave any feedback or issues that you may have.