Text Generation
PEFT
Safetensors
English
mixtral
math
code
lora
autoscientist
adaption
conversational
Instructions to use flamiinngo/math-code-mixtral-8x7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use flamiinngo/math-code-mixtral-8x7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "flamiinngo/math-code-mixtral-8x7b") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.