Instructions to use exploration-hacking/qwen3-14b-bcb-conditional-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use exploration-hacking/qwen3-14b-bcb-conditional-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("willcb/Qwen3-14B") model = PeftModel.from_pretrained(base_model, "exploration-hacking/qwen3-14b-bcb-conditional-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K