base_model: | |
- eworojoshua/vas-01 | |
- suayptalha/Clarus-7B-v0.2 | |
- Xiaojian9992024/Qwen2.5-THREADRIPPER-Small | |
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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [suayptalha/Clarus-7B-v0.2](https://huggingface.co/suayptalha/Clarus-7B-v0.2) as a base. | |
### Models Merged | |
The following models were included in the merge: | |
* [eworojoshua/vas-01](https://huggingface.co/eworojoshua/vas-01) | |
* [Xiaojian9992024/Qwen2.5-THREADRIPPER-Small](https://huggingface.co/Xiaojian9992024/Qwen2.5-THREADRIPPER-Small) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
model_name: "sbr-o1-7b" | |
models: | |
- model: suayptalha/Clarus-7B-v0.2 | |
#no parameters necessary for base model | |
- model: Xiaojian9992024/Qwen2.5-THREADRIPPER-Small | |
parameters: | |
density: 0.6 | |
weight: 0.5 | |
- model: eworojoshua/vas-01 | |
parameters: | |
density: 0.4 | |
weight: 0.5 | |
merge_method: ties | |
base_model: suayptalha/Clarus-7B-v0.2 | |
parameters: | |
normalize: false | |
int8_mask: true | |
dtype: bfloat16 | |
tokenizer_source: "union" # or "base" or a model path | |
chat_template: "auto" # or a template name or Jinja2 template | |
``` | |