File size: 1,762 Bytes
4640511 3f826f6 d7ca277 056ffec 5ad753c 3f826f6 eeb50ca 4640511 55ffe46 4640511 6fec602 4640511 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
license: apache-2.0
base_model:
- rombodawg/Rombos-LLM-V2.5-Qwen-32b
library_name: transformers
tags:
- merge
- mergekit
---
![image/png](robot-creating-fantasy.jpg)
Many thanks to Bartowski for providing [GGUF versions](https://huggingface.co/bartowski/Rombos-Qwen2.5-Writer-32b-GGUF) of this model.
This model is a merge using Rombos's top-ranked 32b model, based on Qwen 2.5, and merging three creative writing finetunes. The creative content is a serious upgrade over the base it started with, and I enjoyed it in my DnD RPG campaign.
# Merge
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
### Merge Method
This model was merged using the [DELLA](https://arxiv.org/abs/2406.11617) merge method using Rombos-LLM-V2.5-Qwen-32b as a base.
### Models Merged
The following models were included in the merge:
* [EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2](https://huggingface.co/EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2)
* [allura-org/Qwen2.5-32b-RP-Ink](https://huggingface.co/allura-org/Qwen2.5-32b-RP-Ink)
* [nbeerbower/Qwen2.5-Gutenberg-Doppel-32B](https://huggingface.co/nbeerbower/Qwen2.5-Gutenberg-Doppel-32B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
base_model: rombodawg/Rombos-LLM-V2.5-Qwen-32b
parameters:
int8_mask: true
rescale: false
normalize: true
dtype: bfloat16
tokenizer_source: union
merge_method: dare_ties
models:
- model: EVA-UNIT-01/EVA-Qwen2.5-32B-v0.2
parameters:
weight: [0.4]
density: [0.55]
- model: nbeerbower/Qwen2.5-Gutenberg-Doppel-32B
parameters:
weight: [0.3]
density: [0.55]
- model: allura-org/Qwen2.5-32b-RP-Ink
parameters:
weight: [0.4]
density: [0.55] |