bnjmnmarie
commited on
Commit
•
ab57f82
1
Parent(s):
f140a3e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- merge
|
7 |
+
---
|
8 |
+
|
9 |
+
Created with mergekit with this configuration:
|
10 |
+
```
|
11 |
+
models:
|
12 |
+
- model: mncai/mistral-7b-dpo-v5
|
13 |
+
# no parameters necessary for base model
|
14 |
+
- model: flemmingmiguel/MBX-7B
|
15 |
+
parameters:
|
16 |
+
density: 0.5
|
17 |
+
weight: 0.5
|
18 |
+
- model: BarryFutureman/NeuralTurdusVariant1-7B
|
19 |
+
parameters:
|
20 |
+
density: 0.5
|
21 |
+
weight: 0.3
|
22 |
+
merge_method: ties
|
23 |
+
base_model: mncai/mistral-7b-dpo-v5
|
24 |
+
parameters:
|
25 |
+
normalize: true
|
26 |
+
dtype: float16
|
27 |
+
```
|