|
--- |
|
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] |