Instructions to use KnutJaegersberg/openllama_3b_EvolInstruct_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use KnutJaegersberg/openllama_3b_EvolInstruct_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/run/media/knut/HD/huggingface models/language models/llama-alternatives/open_llama_3b_v2/") model = PeftModel.from_pretrained(base_model, "KnutJaegersberg/openllama_3b_EvolInstruct_lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K