hotdogs's picture
Update README.md
ae489c5 verified
|
raw
history blame
847 Bytes
---
base_model: []
tags:
- mergekit
- merge
---
# output-test
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
## Merge Details
### Merge Method
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* FelixChao_WestSeverus-7B-DPO-v2-gpt4_en_th
* openchat_openchat_3.5
### Configuration
The following YAML configuration was used to produce this model:
```yaml
dtype: float16
merge_method: linear
slices:
- sources:
- layer_range: [0, 32]
model:
model:
path: openchat_openchat_3.5
parameters:
weight: 1.0
- layer_range: [0, 32]
model:
model:
path: FelixChao_WestSeverus-7B-DPO-v2-gpt4_en_th
parameters:
weight: 0.6
```