File size: 1,910 Bytes
c8af715 77a6dc5 c8af715 77a6dc5 c8af715 57b3fc0 c8af715 69bf028 c8af715 cf0689d c8af715 |
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 59 60 61 62 |
---
library_name: transformers
license: llama3
tags:
- mergekit
- merge
---
### (GGUF) Thanks:
#### HumanBoiii
- **GGUF:** **[HumanBoiii/Mythorica-L3-8B-Q4_K_M-GGUF](https://huggingface.co/HumanBoiii/Mythorica-L3-8B-Q4_K_M-GGUF)**
---
**Mythorica** - RP model designed for generating vivid storytelling, engaging dialogues, and immersive world-building. Inspired by the fusion of fantasy and realism, Mythorica excels at crafting intricate narratives and breathing life into characters, making it a versatile choice for writers, roleplayers.
---
### Merge Method
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708).
### Models Merged
The following models were included in the merge:
- **[ChaoticNeutrals/Hathor_Tahsin-L3-8B-v0.9](https://huggingface.co/ChaoticNeutrals/Hathor_Tahsin-L3-8B-v0.9)**
- **[Sao10K/L3-8B-Chara-v1-Alpha](https://huggingface.co/Sao10K/L3-8B-Chara-v1-Alpha)**
- **[Arkana08/LexiMaid-L3-8B](https://huggingface.co/Arkana08/LexiMaid-L3-8B)**
## Configuration
The following YAML configuration was used to produce Mythorica:
```yaml
models:
- model: ChaoticNeutrals/Hathor_Tahsin-L3-8B-v0.9
parameters:
weight: 0.5
density: 0.8
- model: Arkana08/LexiMaid-L3-8B
parameters:
weight: 0.3
density: 0.7
- model: Sao10K/L3-8B-Chara-v1-Alpha
parameters:
weight: 0.2
density: 0.75
merge_method: dare_ties
base_model: ChaoticNeutrals/Hathor_Tahsin-L3-8B-v0.9
parameters:
int8_mask: true
dtype: bfloat16
```
## Credits
Thanks to the creators of the models:
- **[ChaoticNeutrals/Hathor_Tahsin-L3-8B-v0.9](https://huggingface.co/ChaoticNeutrals/Hathor_Tahsin-L3-8B-v0.9)**
- **[Sao10K/L3-8B-Chara-v1-Alpha](https://huggingface.co/Sao10K/L3-8B-Chara-v1-Alpha)**
|