Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
|
|
|
|
4 |
- 4-bit
|
5 |
- AWQ
|
6 |
- text-generation
|
@@ -15,10 +22,28 @@ quantized_by: Suparious
|
|
15 |
- Model creator: [Undi95](https://huggingface.co/Undi95)
|
16 |
- Original model: [Llama-3-LewdPlay-8B-evo](https://huggingface.co/Undi95/Llama-3-LewdPlay-8B-evo)
|
17 |
|
|
|
18 |
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## How to use
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
### Install the necessary packages
|
23 |
|
24 |
```bash
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
base_model:
|
4 |
+
- vicgalle/Roleplay-Llama-3-8B
|
5 |
+
- Undi95/Llama-3-Unholy-8B-e4
|
6 |
+
- Undi95/Llama-3-LewdPlay-8B
|
7 |
library_name: transformers
|
8 |
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
- 4-bit
|
12 |
- AWQ
|
13 |
- text-generation
|
|
|
22 |
- Model creator: [Undi95](https://huggingface.co/Undi95)
|
23 |
- Original model: [Llama-3-LewdPlay-8B-evo](https://huggingface.co/Undi95/Llama-3-LewdPlay-8B-evo)
|
24 |
|
25 |
+
## Model Summary
|
26 |
|
27 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
28 |
+
|
29 |
+
The new EVOLVE merge method was used (on MMLU specifically), see below for more information!
|
30 |
+
|
31 |
+
Unholy was used for uncensoring, Roleplay Llama 3 for the DPO train he got on top, and LewdPlay for the... lewd side.
|
32 |
|
33 |
## How to use
|
34 |
|
35 |
+
### Prompt template: Llama3
|
36 |
+
|
37 |
+
```
|
38 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
39 |
+
|
40 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
41 |
+
|
42 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
43 |
+
|
44 |
+
{output}<|eot_id|>
|
45 |
+
```
|
46 |
+
|
47 |
### Install the necessary packages
|
48 |
|
49 |
```bash
|