Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/bex2BCxY5n30mSsxvM-WW.png)
|
10 |
+
|
11 |
+
|
12 |
+
Attempt to recreate Amethyst-13B but in 20B. The two model was glued together with a sparkle of [Unholy](Undi95/Unholy-v1-12L-13B).
|
13 |
+
|
14 |
+
In addition, [LimaRP v3](https://huggingface.co/lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT) was used, is it recommanded to read the documentation.
|
15 |
+
|
16 |
+
<!-- description start -->
|
17 |
+
## Description
|
18 |
+
|
19 |
+
This repo contains qunaitzed files of Amethyst-20B.
|
20 |
+
|
21 |
+
<!-- description end -->
|
22 |
+
<!-- description start -->
|
23 |
+
## Models and loras used
|
24 |
+
|
25 |
+
- Xwin-LM/Xwin-LM-13B-V0.1
|
26 |
+
- The-Face-Of-Goonery/Huginn-13b-FP16
|
27 |
+
- zattio770/120-Days-of-LORA-v2-13B
|
28 |
+
- lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT
|
29 |
+
- Undi95/Unholy-v1-12L-13B
|
30 |
+
|
31 |
+
<!-- description end -->
|
32 |
+
<!-- prompt-template start -->
|
33 |
+
## Prompt template: Alpaca
|
34 |
+
|
35 |
+
```
|
36 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
37 |
+
|
38 |
+
### Instruction:
|
39 |
+
{prompt}
|
40 |
+
|
41 |
+
### Response:
|
42 |
+
|
43 |
+
```
|
44 |
+
|
45 |
+
## LimaRP v3 usage and suggested settings
|
46 |
+
|
47 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/ZC_iP2KkcEcRdgG_iyxYE.png)
|
48 |
+
|
49 |
+
You can follow these instruction format settings in SillyTavern. Replace tiny with your desired response length:
|
50 |
+
|
51 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/PIn8_HSPTJEMdSEpNVSdm.png)
|
52 |
+
|
53 |
+
Special thanks to Sushi.
|
54 |
+
|
55 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|