qwen-coder-3B-merge / README.md
neihc's picture
Upload folder using huggingface_hub
29f9d05 verified
|
raw
history blame
929 Bytes
---
base_model:
- unsloth/Qwen2.5-Coder-3B-Instruct
- neihc/qwen3b-lora-finetune
library_name: transformers
tags:
- mergekit
- merge
---
# qwen3B_merged
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:
* [unsloth/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-3B-Instruct)
* [neihc/qwen3b-lora-finetune](https://huggingface.co/neihc/qwen3b-lora-finetune)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: neihc/qwen3b-lora-finetune
parameters:
weight: 0.5
- model: unsloth/Qwen2.5-Coder-3B-Instruct
parameters:
weight: 0.5
merge_method: linear
dtype: float16
```