File size: 891 Bytes
c9d549b |
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 38 39 |
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# Qwen2.5-14B-Instruct-MIX48
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:
* /models/14b-code-execution-15k-400steps-lr1e-5-2-blocks
* /models/14b-r1-sdg-all-public-2m-8epochs-lr1e-4-minlr1e-7-warm1600
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: /models/14b-code-execution-15k-400steps-lr1e-5-2-blocks
parameters:
weight: 0.7
- model: /models/14b-r1-sdg-all-public-2m-8epochs-lr1e-4-minlr1e-7-warm1600
parameters:
weight: 0.3
merge_method: linear
dtype: bfloat16
```
|