Instructions to use korbih/curriculum_2_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use korbih/curriculum_2_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("korbih/Qwen2-VL-ui-sensei-curriculum-1-merged") model = PeftModel.from_pretrained(base_model, "korbih/curriculum_2_lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c629baf | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ec4d6271d133105d2cac453bf32849252af60188137b1c5b8cd038085a5c5bad
size 8056
|