Update README.md
Browse files
README.md
CHANGED
@@ -13,27 +13,12 @@ This is a merge of pre-trained language models created using [mergekit](https://
|
|
13 |
## Merge Details
|
14 |
### Merge Method
|
15 |
|
16 |
-
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using
|
17 |
|
18 |
### Models Merged
|
19 |
|
20 |
The following models were included in the merge:
|
21 |
-
*
|
22 |
-
*
|
23 |
|
24 |
### Configuration
|
25 |
-
|
26 |
-
The following YAML configuration was used to produce this model:
|
27 |
-
|
28 |
-
```yaml
|
29 |
-
models:
|
30 |
-
- model: D:\Learning Centre\GenAI\LLM Leaderboard\2024042801\mergekit-main\models\Kunoichi-DPO-v2-7B
|
31 |
-
parameters:
|
32 |
-
weight: 0.4
|
33 |
-
- model: D:\Learning Centre\GenAI\LLM Leaderboard\2024042801\mergekit-main\models\NeuralOmniWestBeaglake-7B
|
34 |
-
parameters:
|
35 |
-
weight: 0.6
|
36 |
-
base_model: D:\Learning Centre\GenAI\LLM Leaderboard\2024042801\mergekit-main\models\Mistral-7B-Instruct-v0.2
|
37 |
-
merge_method: task_arithmetic
|
38 |
-
dtype: bfloat16
|
39 |
-
```
|
|
|
13 |
## Merge Details
|
14 |
### Merge Method
|
15 |
|
16 |
+
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using Mistral-7B-Instruct-v0.2 as a base.
|
17 |
|
18 |
### Models Merged
|
19 |
|
20 |
The following models were included in the merge:
|
21 |
+
* Kunoichi-DPO-v2-7B
|
22 |
+
* NeuralOmniWestBeaglake-7B
|
23 |
|
24 |
### Configuration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|