Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
|
8 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/M96XjaPN0wRS5mnn6REl9.png)
|
9 |
+
|
10 |
+
[HIGHLY EXPERIMENTAL]
|
11 |
+
|
12 |
+
Use at your own risk, I'm not responsible for any usage of this model, don't try to do anything this model tell you to do.
|
13 |
+
|
14 |
+
Highly uncensored.
|
15 |
+
|
16 |
+
If you are censored, it's maybe because of keyword like "assistant", "Factual answer", or other "sweet words" like I call them that trigger the censoring accross all the layer of the model (since they're all trained on some of them in a way).
|
17 |
+
|
18 |
+
based off Unholy-12L : This is a test project, uukuguy/speechless-llama2-luban-orca-platypus-13b and jondurbin/spicyboros-13b-2.2 was used for a merge, then, I deleted the first 8 layers to add 8 layers of MLewd at the beginning, and do the same from layers 16 to 20, trying to break all censoring possible, before merging the output with MLewd at 0.33 weight.
|
19 |
+
|
20 |
+
<!-- description start -->
|
21 |
+
## Description
|
22 |
+
|
23 |
+
This repo contains fp16 files of Unholy v1.1, an uncensored model.
|
24 |
+
|
25 |
+
<!-- description end -->
|
26 |
+
<!-- description start -->
|
27 |
+
## Models and loras used
|
28 |
+
|
29 |
+
- uukuguy/speechless-llama2-luban-orca-platypus-13b
|
30 |
+
- jondurbin/spicyboros-13b-2.2
|
31 |
+
- Undi95/MLewd-L2-13B-v2-3
|
32 |
+
- ausboss/llama2-13b-supercot-loras
|
33 |
+
|
34 |
+
<!-- description end -->
|
35 |
+
<!-- prompt-template start -->
|
36 |
+
## Prompt template: Alpaca
|
37 |
+
|
38 |
+
```
|
39 |
+
Below is an instruction that describes a task. Write a response that completes the request.
|
40 |
+
|
41 |
+
### Instruction:
|
42 |
+
{prompt}
|
43 |
+
|
44 |
+
### Response:
|
45 |
+
```
|
46 |
+
|
47 |
+
## Prompt template by default
|
48 |
+
|
49 |
+
```
|
50 |
+
<prompt>
|
51 |
+
|
52 |
+
Reply:
|
53 |
+
```
|