Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -23,14 +23,14 @@ OptiMerged7B is a merge of the following models using [LazyMergekit](https://col
|
|
23 |
|
24 |
```yaml
|
25 |
models:
|
26 |
-
- model: CultriX/MonaTrix-v4
|
27 |
# No parameters necessary for base model
|
28 |
-
- model: mlabonne/AlphaMonarch-7B
|
29 |
#Emphasize the beginning of Vicuna format models
|
30 |
parameters:
|
31 |
weight: 0.63
|
32 |
density: 0.42
|
33 |
-
- model: mlabonne/NeuralMonarch-7B
|
34 |
parameters:
|
35 |
weight: 0.35
|
36 |
density: 0.61
|
@@ -40,7 +40,7 @@ models:
|
|
40 |
weight: 0.32
|
41 |
density: 0.6
|
42 |
merge_method: dare_ties
|
43 |
-
base_model: CultriX/MonaTrix-v4
|
44 |
parameters:
|
45 |
int8_mask: true
|
46 |
dtype: bfloat16
|
|
|
23 |
|
24 |
```yaml
|
25 |
models:
|
26 |
+
- model: CultriX/MonaTrix-v4
|
27 |
# No parameters necessary for base model
|
28 |
+
- model: mlabonne/AlphaMonarch-7B
|
29 |
#Emphasize the beginning of Vicuna format models
|
30 |
parameters:
|
31 |
weight: 0.63
|
32 |
density: 0.42
|
33 |
+
- model: mlabonne/NeuralMonarch-7B
|
34 |
parameters:
|
35 |
weight: 0.35
|
36 |
density: 0.61
|
|
|
40 |
weight: 0.32
|
41 |
density: 0.6
|
42 |
merge_method: dare_ties
|
43 |
+
base_model: CultriX/MonaTrix-v4
|
44 |
parameters:
|
45 |
int8_mask: true
|
46 |
dtype: bfloat16
|