Instructions to use JW17/Q3-1.7B-static-safe0.0-help1.0-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JW17/Q3-1.7B-static-safe0.0-help1.0-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-1.7B") model = PeftModel.from_pretrained(base_model, "JW17/Q3-1.7B-static-safe0.0-help1.0-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
b67e29e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:de053c72a4ae289224ac988558897303006ceea1db22f30b97d0d856969ea6b9
size 11422818
|