Instructions to use vertings6/72ad79b4-247f-4265-adc5-ad6d7cab1ed3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use vertings6/72ad79b4-247f-4265-adc5-ad6d7cab1ed3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.2") model = PeftModel.from_pretrained(base_model, "vertings6/72ad79b4-247f-4265-adc5-ad6d7cab1ed3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K