Instructions to use VERSIL91/0ac3f76c-e479-431b-91ee-1fbe4a494c73 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/0ac3f76c-e479-431b-91ee-1fbe4a494c73 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, "VERSIL91/0ac3f76c-e479-431b-91ee-1fbe4a494c73") - Notebooks
- Google Colab
- Kaggle