automerger
commited on
Commit
•
0967a4e
1
Parent(s):
802a5dc
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -5,38 +5,23 @@ tags:
|
|
5 |
- mergekit
|
6 |
- lazymergekit
|
7 |
- automerger
|
8 |
-
base_model:
|
9 |
-
- AurelPx/Meliodas-7b-dare
|
10 |
-
- chihoonlee10/T3Q-Mistral-Orca-Math-DPO
|
11 |
---
|
12 |
|
13 |
# MeliodasT3q-7B
|
14 |
|
15 |
MeliodasT3q-7B is an automated merge created by [Maxime Labonne](https://huggingface.co/mlabonne) using the following configuration.
|
16 |
-
* [AurelPx/Meliodas-7b-dare](https://huggingface.co/AurelPx/Meliodas-7b-dare)
|
17 |
-
* [chihoonlee10/T3Q-Mistral-Orca-Math-DPO](https://huggingface.co/chihoonlee10/T3Q-Mistral-Orca-Math-DPO)
|
18 |
|
19 |
## 🧩 Configuration
|
20 |
|
21 |
```yaml
|
22 |
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
parameters:
|
31 |
-
t:
|
32 |
-
- filter: self_attn
|
33 |
-
value: [0, 0.5, 0.3, 0.7, 1]
|
34 |
-
- filter: mlp
|
35 |
-
value: [1, 0.5, 0.7, 0.3, 0]
|
36 |
-
- value: 0.5
|
37 |
-
dtype: bfloat16
|
38 |
-
random_seed: 0
|
39 |
-
```
|
40 |
|
41 |
## 💻 Usage
|
42 |
|
|
|
5 |
- mergekit
|
6 |
- lazymergekit
|
7 |
- automerger
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# MeliodasT3q-7B
|
11 |
|
12 |
MeliodasT3q-7B is an automated merge created by [Maxime Labonne](https://huggingface.co/mlabonne) using the following configuration.
|
|
|
|
|
13 |
|
14 |
## 🧩 Configuration
|
15 |
|
16 |
```yaml
|
17 |
+
models:
|
18 |
+
- model: mistralai/Mistral-7B-v0.1
|
19 |
+
- model: AurelPx/Meliodas-7b-dare
|
20 |
+
- model: chihoonlee10/T3Q-Mistral-Orca-Math-DPO
|
21 |
+
merge_method: model_stock
|
22 |
+
base_model: mistralai/Mistral-7B-v0.1
|
23 |
+
dtype: bfloat16
|
24 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## 💻 Usage
|
27 |
|