Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
```yaml
|
2 |
-
models:
|
3 |
-
- model: KatyTheCutie/LemonadeRP-4.5.3
|
4 |
-
parameters:
|
5 |
-
weight: 1.0
|
6 |
-
- model: dreamgen/WizardLM-2-7B
|
7 |
-
parameters:
|
8 |
-
weight: 0.2
|
9 |
-
- model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
10 |
-
parameters:
|
11 |
-
weight: 0.6
|
12 |
-
merge_method: linear
|
13 |
-
dtype: float16
|
14 |
-
```
|
15 |
-
|
16 |
# Lemon Kunoichi Wizard - 7b
|
17 |
|
18 |
![LemonKunoichiWizard](https://files.catbox.moe/eivabp.png)
|
@@ -61,3 +46,17 @@ The following models were included in the merge:
|
|
61 |
|
62 |
The following YAML configuration was used to produce this model:
|
63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Lemon Kunoichi Wizard - 7b
|
2 |
|
3 |
![LemonKunoichiWizard](https://files.catbox.moe/eivabp.png)
|
|
|
46 |
|
47 |
The following YAML configuration was used to produce this model:
|
48 |
|
49 |
+
```yaml
|
50 |
+
models:
|
51 |
+
- model: KatyTheCutie/LemonadeRP-4.5.3
|
52 |
+
parameters:
|
53 |
+
weight: 1.0
|
54 |
+
- model: dreamgen/WizardLM-2-7B
|
55 |
+
parameters:
|
56 |
+
weight: 0.2
|
57 |
+
- model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
58 |
+
parameters:
|
59 |
+
weight: 0.6
|
60 |
+
merge_method: linear
|
61 |
+
dtype: float16
|
62 |
+
```
|