Instructions to use korbih/curriculum_1_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use korbih/curriculum_1_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("korbih/Qwen2-VL-ui-sensei-curriculum-0-merged") model = PeftModel.from_pretrained(base_model, "korbih/curriculum_1_lora") - Notebooks
- Google Colab
- Kaggle