linear-two / README.md
David-Chew-HL's picture
Upload folder using huggingface_hub
05b6956 verified
---
base_model:
- huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated
- Qwen/Qwen2.5-Coder-7B-Instruct
- David-Chew-HL/fine-one
- DeepHat/DeepHat-V1-7B
library_name: transformers
tags:
- mergekit
- merge
---
# merged_folder4
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:
* [huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated](https://huggingface.co/huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated)
* [Qwen/Qwen2.5-Coder-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-7B-Instruct)
* [David-Chew-HL/fine-one](https://huggingface.co/David-Chew-HL/fine-one)
* [DeepHat/DeepHat-V1-7B](https://huggingface.co/DeepHat/DeepHat-V1-7B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Qwen/Qwen2.5-Coder-7B-Instruct
parameters:
weight: 0.2
- model: DeepHat/DeepHat-V1-7B
parameters:
weight: 0.4
- model: huihui-ai/Qwen2.5-Coder-7B-Instruct-abliterated
parameters:
weight: 0.1
- model: David-Chew-HL/fine-one
parameters:
weight: 0.30
merge_method: linear
dtype: float16
```