Blabbertron-1.1 / README.md
bunnycore's picture
Upload folder using huggingface_hub
bfa4acd verified
---
base_model:
- suayptalha/Clarus-7B-v0.2
- suayptalha/Clarus-7B-v0.2
- bunnycore/Qwen-2.5-7b-rp-lora
- gz987/qwen2.5-7b-cabs-v0.3
- gz987/qwen2.5-7b-cabs-v0.3
- bunnycore/Qwen-2.5-7b-s1k-lora_model
- Xiaojian9992024/Qwen2.5-Dyanka-7B-Preview
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 [Linear](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* [suayptalha/Clarus-7B-v0.2](https://huggingface.co/suayptalha/Clarus-7B-v0.2)
* [suayptalha/Clarus-7B-v0.2](https://huggingface.co/suayptalha/Clarus-7B-v0.2) + [bunnycore/Qwen-2.5-7b-rp-lora](https://huggingface.co/bunnycore/Qwen-2.5-7b-rp-lora)
* [gz987/qwen2.5-7b-cabs-v0.3](https://huggingface.co/gz987/qwen2.5-7b-cabs-v0.3)
* [gz987/qwen2.5-7b-cabs-v0.3](https://huggingface.co/gz987/qwen2.5-7b-cabs-v0.3) + [bunnycore/Qwen-2.5-7b-s1k-lora_model](https://huggingface.co/bunnycore/Qwen-2.5-7b-s1k-lora_model)
* [Xiaojian9992024/Qwen2.5-Dyanka-7B-Preview](https://huggingface.co/Xiaojian9992024/Qwen2.5-Dyanka-7B-Preview)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Xiaojian9992024/Qwen2.5-Dyanka-7B-Preview
parameters:
weight: 1.0
- model: gz987/qwen2.5-7b-cabs-v0.3
parameters:
weight: 1.0
- model: suayptalha/Clarus-7B-v0.2
parameters:
weight: 1.0
- model: suayptalha/Clarus-7B-v0.2+bunnycore/Qwen-2.5-7b-rp-lora
parameters:
weight: 1.0
- model: suayptalha/Clarus-7B-v0.2+bunnycore/Qwen-2.5-7b-rp-lora
parameters:
weight: 1.0
- model: gz987/qwen2.5-7b-cabs-v0.3+bunnycore/Qwen-2.5-7b-s1k-lora_model
parameters:
weight: 1.0
merge_method: linear
normalize: false
int8_mask: true
dtype: bfloat16
tokenizer_source: "union" # or "base" or a model path
```