Instructions to use ivangrapher/00a22e1e-ea99-4858-a98e-77ac3d12fbbf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ivangrapher/00a22e1e-ea99-4858-a98e-77ac3d12fbbf 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, "ivangrapher/00a22e1e-ea99-4858-a98e-77ac3d12fbbf") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!