Instructions to use prxy5605/5a560af8-c547-417a-99ea-eccfb62a7d4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use prxy5605/5a560af8-c547-417a-99ea-eccfb62a7d4b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-128k") model = PeftModel.from_pretrained(base_model, "prxy5605/5a560af8-c547-417a-99ea-eccfb62a7d4b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K