mertege's picture
Add files using upload-large-folder tool
72d8e98 verified
---
base_model:
- Qwen/Qwen2.5-7B-Instruct
- mertege/checkpoint-2050-merged
library_name: transformers
tags:
- mergekit
- merge
---
# output-model-directory
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:
* [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
* [mertege/checkpoint-2050-merged](https://huggingface.co/mertege/checkpoint-2050-merged)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: mertege/checkpoint-2050-merged
parameters:
weight: 0.5
- model: Qwen/Qwen2.5-7B-Instruct
parameters:
weight: 0.5
merge_method: linear
dtype: float16
```