Instructions to use CFGauss/qwen_5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CFGauss/qwen_5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "CFGauss/qwen_5") - Notebooks
- Google Colab
- Kaggle
Upload LoRA adapter (README written by author)
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
- structured-output
|
| 18 |
---
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
This repository provides a **LoRA adapter** fine-tuned from
|
| 23 |
**Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
|
|
|
|
| 17 |
- structured-output
|
| 18 |
---
|
| 19 |
|
| 20 |
+
qwen_5
|
| 21 |
|
| 22 |
This repository provides a **LoRA adapter** fine-tuned from
|
| 23 |
**Qwen/Qwen3-4B-Instruct-2507** using **QLoRA (4-bit, Unsloth)**.
|