Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,11 @@ While there arent perhaps as much point in merging smarter or better instruction
|
|
18 |
|
19 |
There is a lot of promise in the MOE models but for now i just want a stable, go to 20b model.
|
20 |
|
|
|
|
|
|
|
|
|
|
|
21 |
## Recipe:
|
22 |
- [sequelbox/DynamicFactor](https://huggingface.co/sequelbox/DynamicFactor)
|
23 |
- [NeverSleep/Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.3)
|
@@ -26,21 +31,19 @@ There is a lot of promise in the MOE models but for now i just want a stable, go
|
|
26 |
- [Gryphe/MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
27 |
|
28 |
|
29 |
-
#
|
30 |
-
|
31 |
-
|
32 |
-
[GGUF](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF): [Q3_K_M]() - [Q4_K_M]() - [Q5_K_M]()
|
33 |
|
34 |
-
##
|
35 |
-
I have been using Undi/Ikaris SillyTavern presets for Noromaid: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json).
|
36 |
-
|
37 |
-
### Alpaca:
|
38 |
```
|
39 |
-
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
40 |
|
41 |
### Instruction:
|
42 |
{prompt}
|
43 |
|
|
|
|
|
|
|
44 |
### Response:
|
45 |
|
46 |
```
|
|
|
18 |
|
19 |
There is a lot of promise in the MOE models but for now i just want a stable, go to 20b model.
|
20 |
|
21 |
+
# Quants
|
22 |
+
EXL2: [6bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-6bpw-exl2), [3bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-3bpw-exl2)
|
23 |
+
|
24 |
+
[GGUF](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF): [Q3_K_M]() - [Q4_K_M]() - [Q5_K_M]()
|
25 |
+
|
26 |
## Recipe:
|
27 |
- [sequelbox/DynamicFactor](https://huggingface.co/sequelbox/DynamicFactor)
|
28 |
- [NeverSleep/Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.3)
|
|
|
31 |
- [Gryphe/MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
32 |
|
33 |
|
34 |
+
# Prompt template:
|
35 |
+
I have been using Undi/Ikaris SillyTavern presets for Noromaid: [Context template](https://files.catbox.moe/l5hguf.json), [Instruct template](https://files.catbox.moe/nzygwn.json).
|
|
|
|
|
36 |
|
37 |
+
## Alpaca:
|
|
|
|
|
|
|
38 |
```
|
39 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
40 |
|
41 |
### Instruction:
|
42 |
{prompt}
|
43 |
|
44 |
+
### Input:
|
45 |
+
{input}
|
46 |
+
|
47 |
### Response:
|
48 |
|
49 |
```
|