Instructions to use avemio-digital/lora_model_scipy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use avemio-digital/lora_model_scipy with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("SciPhi/SciPhi-Self-RAG-Mistral-7B-32k") model = PeftModel.from_pretrained(base_model, "avemio-digital/lora_model_scipy") - Notebooks
- Google Colab
- Kaggle
Ctrl+K