16 lines
586 B
Markdown
16 lines
586 B
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
language:
|
||
|
|
- en
|
||
|
|
- zh
|
||
|
|
base_model:
|
||
|
|
- Qwen/Qwen2.5-7B
|
||
|
|
- Qwen/Qwen2.5-7B-Instruct
|
||
|
|
pipeline_tag: text-generation
|
||
|
|
tags:
|
||
|
|
- merge
|
||
|
|
---
|
||
|
|

|
||
|
|
Combine the three methods of **della**, **ties**, and **model stock** to merge the instruction model with the base model.
|
||
|
|
|
||
|
|
The aim is to solve the problems of **the decline in instruction-following ability** and **mathematical ability** caused by using only the ties merging method or only the della merging method.
|