v000000's picture
Update README.md
027e2fd verified
|
raw
history blame
1.07 kB
---
base_model:
- v000000/Qwen2.5-14B-Gutenberg-1e-Delta
- Qwen/Qwen2.5-14B-Instruct
library_name: transformers
tags:
- mergekit
- merge
- qwen2
- dpo
---
## GGUF from mradermacher!
* [GGUF static](https://huggingface.co./mradermacher/Qwen2.5-14B-Gutenberg-Instruct-Slerpeno-GGUF)
# 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. (sophosympatheia grad)
### Models Merged
The following models were included in the merge:
* [v000000/Qwen2.5-14B-Gutenberg-1e-Delta](https://huggingface.co./v000000/Qwen2.5-14B-Gutenberg-1e-Delta)
* [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-1e-Delta
parameters:
t:
- value: [0, 0, 0.3, 0.4, 0.5, 0.6, 0.5, 0.4, 0.3, 0, 0]
dtype: bfloat16
```