Update README.md
Browse files
README.md
CHANGED
@@ -27,13 +27,13 @@ The following YAML configuration was used to produce this model:
|
|
27 |
|
28 |
```yaml
|
29 |
models:
|
30 |
-
- model:
|
31 |
parameters:
|
32 |
weight: 0.4
|
33 |
-
- model:
|
34 |
parameters:
|
35 |
weight: 0.6
|
36 |
-
base_model:
|
37 |
merge_method: task_arithmetic
|
38 |
dtype: bfloat16
|
39 |
```
|
|
|
27 |
|
28 |
```yaml
|
29 |
models:
|
30 |
+
- model: SanjiWatsuki/Kunoichi-DPO-v2-7B
|
31 |
parameters:
|
32 |
weight: 0.4
|
33 |
+
- model: paulml/NeuralOmniWestBeaglake-7B
|
34 |
parameters:
|
35 |
weight: 0.6
|
36 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
37 |
merge_method: task_arithmetic
|
38 |
dtype: bfloat16
|
39 |
```
|