Instructions to use jgayed/llama_lorafull120 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jgayed/llama_lorafull120 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.3-70B-Instruct") model = PeftModel.from_pretrained(base_model, "jgayed/llama_lorafull120") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ae6bc25 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9e1a9aa7c7dd523361b686bd6e5951cadef3ea5e759fadc1126f1642f521e74e
size 7672
|