Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
### Daddy Dave's stamp of approval 👍
|
7 |
+
|
8 |
+
4-bit GPTQ quants of the 1.10 version of [Sao10K](https://huggingface.co/Sao10K)'s fantastic [Stheno (collection link)](https://huggingface.co/collections/Sao10K/stheno-6536a20823c9d18c09288fb1) model.
|
9 |
+
|
10 |
+
The main branch contains 4-bit groupsize of 128 and no act order.
|
11 |
+
|
12 |
+
The other branches contain groupsizes of 128, 64, and 32 with act order.
|
13 |
+
|
14 |
+
***
|
15 |
+
|
16 |
+
My GGUF Quants: https://huggingface.co/Sao10K/Stheno-1.10-L2-13B-GGUF
|
17 |
+
|
18 |
+
***
|
19 |
+
|
20 |
+
Oh, you thought there'd be a 2.0? Nope. Not yet.
|
21 |
+
|
22 |
+
A recreation of Stheno with Updated versions of the same models and Merging Values. Feels more coherent, and is uncensored (zero context) at least according to my tests.
|
23 |
+
|
24 |
+
Is somewhat smarter, I think? Atleast it passes 4/5 times in my own test suites.
|
25 |
+
|
26 |
+
Feel free to try it out, I'd appreciate Feedback.
|
27 |
+
|
28 |
+
Most formats could work, but my tests have all been done in Alpaca format and it works well.
|
29 |
+
```
|
30 |
+
### Instruction:
|
31 |
+
Your instruction or question here.
|
32 |
+
For roleplay purposes, I suggest the following - Write <CHAR NAME>'s next reply in a chat between <YOUR NAME> and <CHAR NAME>. Write a single reply only.
|
33 |
+
|
34 |
+
### Response:
|
35 |
+
```
|
36 |
+
|
37 |
+
support me [here](https://ko-fi.com/sao10k) :)
|
38 |
+
|
39 |
+
Once Again, thanks to [Chargoddard](https://huggingface.co/chargoddard) for his amazing and simple [mergekit](https://github.com/cg123/mergekit) script. Thanks to the original model creators too!
|