metadata
library_name: transformers
license: apache-2.0
base_model:
- nbeerbower/Mahou-1.2a-mistral-7B
datasets:
- flammenai/MahouMix-v1
Mahou-1.2b-mistral-7B
Mahou is designed to provide short messages in a conversational context. It is capable of casual conversation and character roleplay.
Chat Format
This model has been trained to use ChatML format.
<|im_start|>system
{{system}}<|im_end|>
<|im_start|>{{char}}
{{message}}<|im_end|>
<|im_start|>{{user}}
{{message}}<|im_end|>
Roleplay Format
- Speech without quotes.
- Actions in
*asterisks*
*leans against wall cooly* so like, i just casted a super strong spell at magician academy today, not gonna lie, felt badass.
ST Settings
- Use ChatML for the Context Template.
- Enable Instruct Mode.
- Use the Mahou preset.
- Recommended Additonal stopping strings:
["\n", "<|", "</"]
Method
DPO finetuned for 6 epochs using an A100 on Google Colab.
Fine-tune a Mistral-7b model with Direct Preference Optimization - Maxime Labonne