File size: 1,002 Bytes
f8db7bf fbaad99 1cc8dae 4a6b6d6 4c9a56b d229ac4 1cc8dae 22df840 6c9c2f5 f8db7bf |
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 |
---
base_model:
- Qwen/Qwen2-72B-Instruct
- alpindale/magnum-72b-v1
library_name: transformers
tags:
- mergekit
- merge
- OG_finetune_merge
license: other
language:
- en
---
WIP of retouched [alpindale/magnum-72b-v1](https://huggingface.co/alpindale/magnum-72b-v1) but I will not use "Magnum" in the name. Call it FinalMix!
Found some issues, trying to fix them for my own usage and adding more RP data with merging.
You can do your own quantized files with the [imatrix.dat file](https://huggingface.co/Undi95/MG-FinalMix-72B/blob/main/imatrix.dat) done with "[wiki.train.raw](https://cosmo.zip/pub/datasets/wikitext-2-raw/)".
Credits to [Alpin](https://huggingface.co/alpindale) and the gang for [magnum-72b-v1](https://huggingface.co/alpindale/magnum-72b-v1), and [Ikari](https://huggingface.co/ikaridev) for his datasets.
### Prompt template ChatML
```
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
{output}<|im_end|>
``` |