Instructions to use korbih/curriculum_2_lora_final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use korbih/curriculum_2_lora_final 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_final") - Notebooks
- Google Colab
- Kaggle
Ctrl+K