Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
- mergekit
|
6 |
+
- lazymergekit
|
7 |
+
- viethq188/LeoScorpius-7B-Chat-DPO
|
8 |
+
- GreenNode/GreenNodeLM-7B-v1olet
|
9 |
+
---
|
10 |
+
|
11 |
+
# Marcoro14-7B-slerp
|
12 |
+
|
13 |
+
Marcoro14-7B-slerp is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
|
14 |
+
* [viethq188/LeoScorpius-7B-Chat-DPO](https://huggingface.co/viethq188/LeoScorpius-7B-Chat-DPO)
|
15 |
+
* [GreenNode/GreenNodeLM-7B-v1olet](https://huggingface.co/GreenNode/GreenNodeLM-7B-v1olet)
|
16 |
+
|
17 |
+
## 🧩 Configuration
|
18 |
+
|
19 |
+
` ``yaml
|
20 |
+
slices:
|
21 |
+
- sources:
|
22 |
+
- model: viethq188/LeoScorpius-7B-Chat-DPO
|
23 |
+
layer_range: [0, 32]
|
24 |
+
- model: GreenNode/GreenNodeLM-7B-v1olet
|
25 |
+
layer_range: [0, 32]
|
26 |
+
merge_method: slerp
|
27 |
+
base_model: GreenNode/GreenNodeLM-7B-v1olet
|
28 |
+
parameters:
|
29 |
+
t:
|
30 |
+
- filter: self_attn
|
31 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
32 |
+
- filter: mlp
|
33 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
34 |
+
- value: 0.5
|
35 |
+
dtype: bfloat16
|
36 |
+
`` `
|