48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
|
|
---
|
||
|
|
base_model:
|
||
|
|
- Qwen/Qwen2.5-14B-instruct-1M
|
||
|
|
- Qwen/Qwen2.5-14B
|
||
|
|
- arcee-ai/Virtuoso-Small-v2
|
||
|
|
- Qwen/Qwen2.5-14B-instruct
|
||
|
|
library_name: transformers
|
||
|
|
tags:
|
||
|
|
- mergekit
|
||
|
|
- merge
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
*[Qwen2.5-14B-YOYO-V5 Officially Released!](https://huggingface.co/YOYO-AI/Qwen2.5-14B-YOYO-V5)*
|
||
|
|
|
||
|
|
# 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Qwen/Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) as a base.
|
||
|
|
|
||
|
|
### Models Merged
|
||
|
|
|
||
|
|
The following models were included in the merge:
|
||
|
|
* [Qwen/Qwen2.5-14B-instruct-1M](https://huggingface.co/Qwen/Qwen2.5-14B-instruct-1M)
|
||
|
|
* [arcee-ai/Virtuoso-Small-v2](https://huggingface.co/arcee-ai/Virtuoso-Small-v2)
|
||
|
|
* [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
|
||
|
|
merge_method: model_stock
|
||
|
|
base_model: Qwen/Qwen2.5-14B
|
||
|
|
models:
|
||
|
|
- model: Qwen/Qwen2.5-14B-instruct
|
||
|
|
- model: Qwen/Qwen2.5-14B-instruct-1M
|
||
|
|
- model: arcee-ai/Virtuoso-Small-v2
|
||
|
|
dtype: bfloat16
|
||
|
|
normalize: true
|
||
|
|
int8_mask: true
|
||
|
|
tokenizer_source: base
|
||
|
|
```
|