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