Mistral
Collection
Mistral models finetuned to improve performance in terms of code generation https://github.com/akameswa/CodeGenerationMoE • 13 items • Updated
How to use akameswa/mistral-7b-instruct-code-16bit with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("akameswa/mistral-7b-instruct-code-16bit", device_map="auto")This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
unsloth/mistral-7b-instruct-v0.2-bnb-4bit