Instructions to use dice-research/lola_instructions_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dice-research/lola_instructions_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dice-research/lola_v1") model = PeftModel.from_pretrained(base_model, "dice-research/lola_instructions_lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
636fb93 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4c2040a9aaa9e0ad3300d2597478848cd3b8c370d5275dc7d52497005572d821
size 5432
|