hybrid2_play_32b / README.md
yiqingx's picture
Upload folder using huggingface_hub
b2bd609 verified
---
base_model:
- synthetic-code-training/qwen25-coder-32b-play704-loc1978-func1438-gen1287-5e-0-00005lr-bs16
- StephenZhu/SWE-Play-32B-mix
library_name: transformers
tags:
- mergekit
- merge
---
# hybrid2_play_32b
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:
* [synthetic-code-training/qwen25-coder-32b-play704-loc1978-func1438-gen1287-5e-0-00005lr-bs16](https://huggingface.co/synthetic-code-training/qwen25-coder-32b-play704-loc1978-func1438-gen1287-5e-0-00005lr-bs16)
* [StephenZhu/SWE-Play-32B-mix](https://huggingface.co/StephenZhu/SWE-Play-32B-mix)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: synthetic-code-training/qwen25-coder-32b-play704-loc1978-func1438-gen1287-5e-0-00005lr-bs16
parameters:
weight: 0.5
- model: StephenZhu/SWE-Play-32B-mix
parameters:
weight: 0.5
merge_method: linear
dtype: bfloat16
```