File size: 829 Bytes
2dbc41c 879a015 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
language:
- en
---
# MergeMonster
An unsupervised merging algorithm for Transformers-based language models, using a list of phrases (both good and bad) and a fully automated strategy that strives to decrease (or increase) the probability of these phrases occuring in the final merge.
[Code available here](https://github.com/Gryphe/MergeMonster/tree/main)
A place to store various promising quantizations of things produced by the Merge Monster.
## Current variations
- **MergeMonster-7b** - First model: Mistral 0.1, with the objective to reduce overused GPT style roleplaying phrases.
- **MergeMonster-13b** - First model: MythoMax, with the objective to reduce overused GPT style roleplaying phrases.
- **MergeMonster-Decensored-7b** - First model: Mistral 0.1, with the objective to reduce refusals on a global level. |