Instructions to use thalllsssss/4c44759a-a961-47dd-9666-9aa23e743e0d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/4c44759a-a961-47dd-9666-9aa23e743e0d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.2") model = PeftModel.from_pretrained(base_model, "thalllsssss/4c44759a-a961-47dd-9666-9aa23e743e0d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K