Instructions to use daje/model_Lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daje/model_Lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "daje/model_Lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e9c93ad | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0412648eef35d7142497487b258c64efe07d306231724f340bde0084f4ffe919
size 5496
|