Instructions to use build-small-hackathon/facade-of-jade-qwen3-4b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use build-small-hackathon/facade-of-jade-qwen3-4b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-4B-Instruct-2507") model = PeftModel.from_pretrained(base_model, "build-small-hackathon/facade-of-jade-qwen3-4b-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ff015ff | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cb594d3c5a0b2a74164d9cf0653a8043b5e970ea417e02b0d1f556e5ef019e7d
size 47224624
|