Brezn3 / README.md
johannhartmann's picture
Upload folder using huggingface_hub
b8023ce verified
|
raw
history blame
1.71 kB
---
base_model:
- FelixChao/WestSeverus-7B-DPO-v2
- mayflowergmbh/Wiedervereinigung-7b-dpo-laser
- cognitivecomputations/openchat-3.5-0106-laser
- LeoLM/leo-mistral-hessianai-7b-chat
library_name: transformers
tags:
- mergekit
- merge
---
# brezn3
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [LeoLM/leo-mistral-hessianai-7b-chat](https://huggingface.co/LeoLM/leo-mistral-hessianai-7b-chat) as a base.
### Models Merged
The following models were included in the merge:
* [FelixChao/WestSeverus-7B-DPO-v2](https://huggingface.co/FelixChao/WestSeverus-7B-DPO-v2)
* [mayflowergmbh/Wiedervereinigung-7b-dpo-laser](https://huggingface.co/mayflowergmbh/Wiedervereinigung-7b-dpo-laser)
* [cognitivecomputations/openchat-3.5-0106-laser](https://huggingface.co/cognitivecomputations/openchat-3.5-0106-laser)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: LeoLM/leo-mistral-hessianai-7b-chat
# no parameters necessary for base model
- model: FelixChao/WestSeverus-7B-DPO-v2
parameters:
density: 0.60
weight: 0.30
- model: mayflowergmbh/Wiedervereinigung-7b-dpo-laser
parameters:
density: 0.65
weight: 0.40
- model: cognitivecomputations/openchat-3.5-0106-laser
parameters:
density: 0.6
weight: 0.3
merge_method: dare_ties
base_model: LeoLM/leo-mistral-hessianai-7b-chat
parameters:
int8_mask: true
dtype: bfloat16
random_seed: 0
tokenizer_source: base
```