File size: 931 Bytes
39895c6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- MaziyarPanahi/calme-2.1-phi3.5-4b
- jpacifico/Chocolatine-3B-Instruct-DPO-Revised
---
# merge-test
merge-test is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [MaziyarPanahi/calme-2.1-phi3.5-4b](https://huggingface.co/MaziyarPanahi/calme-2.1-phi3.5-4b)
* [jpacifico/Chocolatine-3B-Instruct-DPO-Revised](https://huggingface.co/jpacifico/Chocolatine-3B-Instruct-DPO-Revised)
## 🧩 Configuration
```yaml
models:
- model: microsoft/Phi-3.5-mini-instruct
# no parameters necessary for base model
- model: MaziyarPanahi/calme-2.1-phi3.5-4b
parameters:
density: 0.8
weight: 0.5
- model: jpacifico/Chocolatine-3B-Instruct-DPO-Revised
parameters:
density: 0.8
weight: 0.3
merge_method: ties
base_model: microsoft/Phi-3.5-mini-instruct
parameters:
normalize: true
dtype: float16
``` |