53 lines
1.4 KiB
Markdown
53 lines
1.4 KiB
Markdown
---
|
|
base_model:
|
|
- Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v6
|
|
- suayptalha/Lamarckvergence-14B
|
|
library_name: transformers
|
|
tags:
|
|
- mergekit
|
|
- merge
|
|
|
|
---
|
|
# NQLSG-Qwen2.5-14B-MegaFusion-v7
|
|
|
|
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 [SCE](https://arxiv.org/abs/2408.07990) merge method using /root/LLM/NQLSG-Qwen2.5-14B-Base2 as a base.
|
|
|
|
### Models Merged
|
|
|
|
The following models were included in the merge:
|
|
* /root/LLM/NQLSG-Qwen2.5-14B-Base3
|
|
* /root/LLM/NQLSG-Qwen2.5-14B-Base1
|
|
* [Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v6](https://huggingface.co/Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v6)
|
|
* [suayptalha/Lamarckvergence-14B](https://huggingface.co/suayptalha/Lamarckvergence-14B)
|
|
|
|
### Configuration
|
|
|
|
The following YAML configuration was used to produce this model:
|
|
|
|
```yaml
|
|
base_model: /root/LLM/NQLSG-Qwen2.5-14B-Base2
|
|
chat_template: auto
|
|
dtype: bfloat16
|
|
merge_method: sce
|
|
parameters:
|
|
int8_mask: 1.0
|
|
slices:
|
|
- sources:
|
|
- layer_range: [0, 48]
|
|
model: /root/LLM/NQLSG-Qwen2.5-14B-Base1
|
|
- layer_range: [0, 48]
|
|
model: /root/LLM/NQLSG-Qwen2.5-14B-Base2
|
|
- layer_range: [0, 48]
|
|
model: /root/LLM/NQLSG-Qwen2.5-14B-Base3
|
|
- layer_range: [0, 48]
|
|
model: Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v6
|
|
- layer_range: [0, 48]
|
|
model: suayptalha/Lamarckvergence-14B
|
|
tokenizer: {}
|
|
```
|