Update README.md
Browse files
README.md
CHANGED
@@ -1,28 +1,43 @@
|
|
1 |
---
|
2 |
-
base_model:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
library_name: transformers
|
4 |
tags:
|
5 |
- mergekit
|
6 |
- merge
|
7 |
|
8 |
---
|
9 |
-
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
-
### Merge Method
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
-
###
|
24 |
|
25 |
-
|
26 |
|
27 |
```yaml
|
28 |
base_model: merge/siithamol3.1
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- ArliAI/ArliAI-Llama-3-8B-Formax-v1.0
|
4 |
+
- gradientai/Llama-3-8B-Instruct-Gradient-1048k
|
5 |
+
- ArliAI/Llama-3.1-8B-ArliAI-Formax-v1.0
|
6 |
+
- Sao10K/L3-8B-Niitama-v1
|
7 |
+
- Sao10K/L3-8B-Stheno-v3.3-32K
|
8 |
+
- tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b
|
9 |
+
- Sao10K/L3-8B-Tamamo-v1
|
10 |
+
- vicgalle/Roleplay-Hermes-3-Llama-3.1-8B
|
11 |
library_name: transformers
|
12 |
tags:
|
13 |
- mergekit
|
14 |
- merge
|
15 |
|
16 |
---
|
17 |
+
Attempt number three (five) that aims to fix the overly chatty and flower language of v0.2.
|
18 |
|
19 |
+
### Quants
|
20 |
|
21 |
+
[OG Q8 GGUF](https://huggingface.co/kromquant/L3.1-Siithamo-v0.3-8B-GGUFs) by me.
|
|
|
22 |
|
23 |
+
### Details & Recommended Settings
|
24 |
|
25 |
+
(Still testing; details subject to change)
|
26 |
|
27 |
+
Rec. Settings:
|
28 |
+
```
|
29 |
+
Template: L3
|
30 |
+
Temperature: 1.3
|
31 |
+
Min P: 0.1
|
32 |
+
Repeat Penalty: 1.05
|
33 |
+
Repeat Penalty Tokens: 256
|
34 |
+
Dyn Temp: 0.9-1.05 at 0.1
|
35 |
+
Smooth Sampl: 0.18
|
36 |
+
```
|
37 |
|
38 |
+
### Merge Theory
|
39 |
|
40 |
+
Can't be asked rn.
|
41 |
|
42 |
```yaml
|
43 |
base_model: merge/siithamol3.1
|