Update README.md
Browse files
README.md
CHANGED
@@ -27,10 +27,42 @@ The following models were included in the merge:
|
|
27 |
The following YAML configuration was used to produce this model:
|
28 |
|
29 |
```yaml
|
|
|
30 |
models:
|
31 |
-
- model:
|
32 |
parameters:
|
33 |
weight: 1.0
|
34 |
merge_method: linear
|
35 |
dtype: float32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
```
|
|
|
27 |
The following YAML configuration was used to produce this model:
|
28 |
|
29 |
```yaml
|
30 |
+
# Part 3, Apply abliteration (SwallowMaid-8B)
|
31 |
models:
|
32 |
+
- model: sppo-rpmix-part2+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
|
33 |
parameters:
|
34 |
weight: 1.0
|
35 |
merge_method: linear
|
36 |
dtype: float32
|
37 |
+
|
38 |
+
# Part 2, infuse 35% swallow+rpmix to SPPO-Iter3 (sppo-rpmix-part2)
|
39 |
+
models:
|
40 |
+
- model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3
|
41 |
+
parameters:
|
42 |
+
weight: 1.0
|
43 |
+
- model: rpmix-part1
|
44 |
+
parameters:
|
45 |
+
weight: 0.35
|
46 |
+
merge_method: task_arithmetic
|
47 |
+
base_model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3
|
48 |
+
parameters:
|
49 |
+
normalize: false
|
50 |
+
dtype: float32
|
51 |
+
|
52 |
+
# Part 1, linear merge rpmix (rpmix-part1)
|
53 |
+
models:
|
54 |
+
- model: Nitral-AI/Hathor_Respawn-L3-8B-v0.8
|
55 |
+
parameters:
|
56 |
+
weight: 0.6
|
57 |
+
- model: maldv/llama-3-fantasy-writer-8b
|
58 |
+
parameters:
|
59 |
+
weight: 0.1
|
60 |
+
- model: NeverSleep/Llama-3-Lumimaid-8B-v0.1-OAS
|
61 |
+
parameters:
|
62 |
+
weight: 0.4
|
63 |
+
- model: tokyotech-llm/Llama-3-Swallow-8B-v0.1
|
64 |
+
parameters:
|
65 |
+
weight: 0.15
|
66 |
+
merge_method: linear
|
67 |
+
dtype: float32
|
68 |
```
|