kingbri's picture
Update README.md
cbc8e32 verified
---
base_model:
- nothingiisreal/MN-12B-Celeste-V1.9
- anthracite-org/magnum-v2.5-12b-kto
- Sao10K/MN-12B-Lyra-v1
library_name: transformers
tags:
- mergekit
- merge
language:
- en
---
# MN-LooseCannon-12B-v2
This is a [Mistral Nemo](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407)-based model consisting of a merge between:
- [nothingiisreal/MN-12B-Celeste-V1.9](https://huggingface.co/nothingiisreal/MN-12B-Celeste-V1.9)
- [anthracite-org/magnum-v2.5-12b-kto](https://huggingface.co/anthracite-org/magnum-v2.5-12b-kto)
- [Sao10K/MN-12B-Lyra-v1](https://huggingface.co/Sao10K/MN-12B-Lyra-v1)
This merge was performed with permission from the v1 creator (NGalrion). THe merge was performed in 2 steps.
The first is an intermediate starcannon v3 merge, but using magnum-v2.5-12b-kto:
```yaml
models:
- model: anthracite-org/magnum-v2.5-12b-kto
parameters:
density: 0.3
weight: 0.5
- model: nothingiisreal/MN-12B-Celeste-V1.9
parameters:
density: 0.7
weight: 0.5
merge_method: ties
base_model: nothingiisreal/MN-12B-Celeste-V1.9
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
```
The second is a merge between the intermediate starcannon v3 and Lyra, which reproduces LooseCannon.
```yaml
models:
- model: ./MN-LooseCannon-12B-v2-step1
parameters:
density: 0.3
weight: 0.75
- model: Sao10K/MN-12B-Lyra-v1
parameters:
density: 0.7
weight: 0.25
merge_method: ties
base_model: ./MN-LooseCannon-12B-v2-step1
parameters:
normalize: true
dtype: bfloat16
```
## Usage
This model will follow the ChatML instruct format:
```
<|im_start|>system
You are a helpful assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
It can also follow the base Mistral Nemo instruct format, but ChatML is recommended.
## Bias, Risks, and Limitations
The model will show biases similar to those observed in niche roleplaying forums on the Internet, besides those exhibited by the base model. It is not intended for supplying factual information or advice in any form.
## Training Details
This model is a merge. Please refer to the linked repositories of the merged models for details.
## Donate?
All my infrastructure and cloud expenses are paid out of pocket. If you'd like to donate, you can do so here: https://ko-fi.com/kingbri
You should not feel obligated to donate, but if you do, I'd appreciate it.
---