Aura_Qwen2_v2_7B / README.md
jeiku's picture
Upload folder using huggingface_hub
4d9e6b5 verified
---
base_model:
- Qwen/Qwen2-7B-Instruct
- ResplendentAI/Qwen_Sissification_LoRA_128
- jeiku/dontusethis
- ResplendentAI/Qwen_jeiku_LoRA_128
- jeiku/dontusethis
- jeiku/dontusethis
- ResplendentAI/Qwen_Soul_LoRA_128
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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [jeiku/dontusethis](https://huggingface.co/jeiku/dontusethis) as a base.
### Models Merged
The following models were included in the merge:
* [Qwen/Qwen2-7B-Instruct](https://huggingface.co/Qwen/Qwen2-7B-Instruct) + [ResplendentAI/Qwen_Sissification_LoRA_128](https://huggingface.co/ResplendentAI/Qwen_Sissification_LoRA_128)
* [jeiku/dontusethis](https://huggingface.co/jeiku/dontusethis) + [ResplendentAI/Qwen_jeiku_LoRA_128](https://huggingface.co/ResplendentAI/Qwen_jeiku_LoRA_128)
* [jeiku/dontusethis](https://huggingface.co/jeiku/dontusethis) + [ResplendentAI/Qwen_Soul_LoRA_128](https://huggingface.co/ResplendentAI/Qwen_Soul_LoRA_128)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: jeiku/dontusethis+ResplendentAI/Qwen_jeiku_LoRA_128
- model: jeiku/dontusethis+ResplendentAI/Qwen_Soul_LoRA_128
- model: Qwen/Qwen2-7B-Instruct+ResplendentAI/Qwen_Sissification_LoRA_128
merge_method: model_stock
base_model: jeiku/dontusethis
dtype: float16
```