Instructions to use mtzig/v0_mistral_lora_batch8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mtzig/v0_mistral_lora_batch8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("peiyi9979/math-shepherd-mistral-7b-prm") model = PeftModel.from_pretrained(base_model, "mtzig/v0_mistral_lora_batch8") - Notebooks
- Google Colab
- Kaggle