Instructions to use rbentaarit/kubelm-qwen3.5-2b-v1-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rbentaarit/kubelm-qwen3.5-2b-v1-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-2B") model = PeftModel.from_pretrained(base_model, "rbentaarit/kubelm-qwen3.5-2b-v1-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
976c0a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8c024373a606298dcba162ae639b789456d0829e75c9c3a218c3d0935d3f6da6
size 87322136
|