Instructions to use VERSIL91/4f067ea9-f4d7-4ada-a1d3-005172e292ef with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/4f067ea9-f4d7-4ada-a1d3-005172e292ef with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-64k") model = PeftModel.from_pretrained(base_model, "VERSIL91/4f067ea9-f4d7-4ada-a1d3-005172e292ef") - Notebooks
- Google Colab
- Kaggle
Ctrl+K