File size: 1,626 Bytes
7ce401c
 
 
 
 
 
 
 
 
 
 
 
11a2b9c
f43c9a5
 
7ce401c
fb7638c
 
 
11a2b9c
7ce401c
 
 
d0070f3
 
7ce401c
fb7638c
7ce401c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
base_model:
- mistralai/Mistral-Small-Instruct-2409
language:
- en
---

<div align="center">

# Beepo-22B
</div>

This is a finetune done on top of https://huggingface.co/mistralai/Mistral-Small-Instruct-2409 making it less censored in general, while attempting to maintain excellent instruct capabilities.

![image/png](https://cdn-uploads.huggingface.co/production/uploads/63cd4b6d1c8a5d1d7d76a778/DKL7KhPXEBW0LTqG7UfGr.png)

Key Features:
- **Retains Intelligence** - LR was kept low and dataset heavily pruned to avoid losing too much of the original model's intelligence.
- **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.
- **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. No abliteration was done, only finetuning. This model is not evil. It does not judge or moralize. Like a good tool, it simply obeys.

You can obtain the GGUF quantization of this model here: https://huggingface.co/concedo/Beepo-22B-GGUF

EXL quants have also been provided by sleepdeprived3 here: https://huggingface.co/collections/ReadyArt/concedo-beepo-22b-exl2-679967a2d230c72f2ed827b4

<!-- prompt-template start -->
## Prompt template: Alpaca

```
### Instruction:
{prompt}

### Response:
```

<!-- prompt-template end -->

Please leave any feedback or issues that you may have.