This is quantized version of
anthracite-org/magnum-12b-v2 created using llama.cpp
This is the fourth in a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet and Opus. This model is fine-tuned on top of
Mistral-Nemo-Base-2407.
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
1"""<|im_start|>system
2system prompt<|im_end|>
3<|im_start|>user
4Hi there!<|im_end|>
5<|im_start|>assistant
6Nice to meet you!<|im_end|>
7<|im_start|>user
8Can I ask a question?<|im_end|>
9<|im_start|>assistant
10"""
This model has been a team effort, and the credits goes to all members of Anthracite.
The training was done for 2 epochs. We used 8x
NVIDIA H100 Tensor Core GPUs for the full-parameter fine-tuning of the model.
...