Instructions to use Humanbuildingsystemlab/qwen3-8b-retrofit-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Humanbuildingsystemlab/qwen3-8b-retrofit-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/mnt/gs21/scratch/shulei1/qwen3_lora_package/Qwen3-8B-Base") model = PeftModel.from_pretrained(base_model, "Humanbuildingsystemlab/qwen3-8b-retrofit-lora") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support
Model tree for Humanbuildingsystemlab/qwen3-8b-retrofit-lora
Base model
Qwen/Qwen3-8B-Base