Instructions to use alchemist69/cde198e6-cd02-461d-8f73-86428880e505 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alchemist69/cde198e6-cd02-461d-8f73-86428880e505 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b") model = PeftModel.from_pretrained(base_model, "alchemist69/cde198e6-cd02-461d-8f73-86428880e505") - Notebooks
- Google Colab
- Kaggle
Ctrl+K