automerger
commited on
Commit
•
e5070f6
1
Parent(s):
832b0d0
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -5,31 +5,22 @@ tags:
|
|
5 |
- mergekit
|
6 |
- lazymergekit
|
7 |
- automerger
|
8 |
-
base_model:
|
9 |
-
- Kukedlc/NeuralSynthesis-7B-v0.3
|
10 |
---
|
11 |
|
12 |
# T3qm7Neuralsynthesis-7B
|
13 |
|
14 |
T3qm7Neuralsynthesis-7B is an automated merge created by [Maxime Labonne](https://huggingface.co/mlabonne) using the following configuration.
|
15 |
-
* [Kukedlc/NeuralSynthesis-7B-v0.3](https://huggingface.co/Kukedlc/NeuralSynthesis-7B-v0.3)
|
16 |
|
17 |
## 🧩 Configuration
|
18 |
|
19 |
```yaml
|
20 |
models:
|
21 |
-
- model:
|
22 |
-
|
23 |
-
- model: Kukedlc/NeuralSynthesis-7B-v0.3
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
merge_method: dare_ties
|
28 |
-
base_model: nlpguy/T3QM7
|
29 |
-
parameters:
|
30 |
-
int8_mask: true
|
31 |
-
dtype: bfloat16
|
32 |
-
random_seed: 0
|
33 |
```
|
34 |
|
35 |
## 💻 Usage
|
|
|
5 |
- mergekit
|
6 |
- lazymergekit
|
7 |
- automerger
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# T3qm7Neuralsynthesis-7B
|
11 |
|
12 |
T3qm7Neuralsynthesis-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: nlpguy/T3QM7
|
20 |
+
- model: Kukedlc/NeuralSynthesis-7B-v0.3
|
21 |
+
merge_method: model_stock
|
22 |
+
base_model: mistralai/Mistral-7B-v0.1
|
23 |
+
dtype: bfloat16
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
```
|
25 |
|
26 |
## 💻 Usage
|