v000000's picture
Upload folder using huggingface_hub
1f76eeb verified
|
raw
history blame
1.05 kB
---
base_model:
- v000000/Qwen2.5-14B-Gutenberg-0.25e-Early
- v000000/qwen_results100
- Qwen/Qwen2.5-14B-Instruct
library_name: transformers
tags:
- mergekit
- merge
---
# merge
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 SLERP merge method.
### Models Merged
The following models were included in the merge:
* [v000000/Qwen2.5-14B-Gutenberg-0.25e-Early](https://huggingface.co/v000000/Qwen2.5-14B-Gutenberg-0.25e-Early) + [v000000/qwen_results100](https://huggingface.co/v000000/qwen_results100)
* [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Qwen/Qwen2.5-14B-Instruct
merge_method: slerp
base_model: v000000/Qwen2.5-14B-Gutenberg-0.25e-Early+v000000/qwen_results100
parameters:
t:
- value: [0, 0, 0.3, 0.4, 0.5, 0.6, 0.5, 0.4, 0.3, 0, 0]
dtype: bfloat16
```