techwithsergiu commited on
Commit
33aa419
·
verified ·
1 Parent(s): 9eef1d1

docs: replace TBD fine-tuning section with qwen-qlora-train quick start

Browse files
Files changed (2) hide show
  1. README.md +25 -9
  2. diagrams/diagram_02.png +2 -2
README.md CHANGED
@@ -92,15 +92,31 @@ print(response)
92
 
93
  ## Fine-tuning
94
 
95
- > **TBD** — LoRA training with this model has not been documented yet.
96
- > The model has been verified for inference (text generation, thinking ON/OFF).
97
- > The expectation is that standard Unsloth LoRA training applies — this is a
98
- > text-only BNB 4-bit model architecturally identical to models Unsloth supports —
99
- > but this has not been tested yet and there is no official Qwen3.5 text-only
100
- > training guide to reference.
101
- >
102
- > For VLM (image + text) fine-tuning of the full model, see:
103
- > [unsloth.ai/docs/models/qwen3.5/fine-tune](https://unsloth.ai/docs/models/qwen3.5/fine-tune)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  ## Pipeline diagram
106
 
 
92
 
93
  ## Fine-tuning
94
 
95
+ This is the **primary training target** for text LoRA fine-tuning.
96
+
97
+ Training pipeline: **[github.com/techwithsergiu/qwen-qlora-train](https://github.com/techwithsergiu/qwen-qlora-train)**
98
+
99
+ QLoRA (Unsloth + TRL + PEFT) · rank 16–64 · validated on RTX 3070 8 GB
100
+
101
+ ```bash
102
+ # Quick start install
103
+ pip install "unsloth[cu124-torch260] @ git+https://github.com/unslothai/unsloth.git"
104
+ pip install git+https://github.com/techwithsergiu/qwen-qlora-train.git
105
+
106
+ # Train with a ready-made config
107
+ qlora-train configs/qwen35/0.8b.yaml # or 2b / 4b
108
+ ```
109
+
110
+ After training, test the adapter without merging:
111
+
112
+ ```bash
113
+ qlora-infer \
114
+ --model techwithsergiu/Qwen3.5-text-9B-bnb-4bit \
115
+ --adapter adapters/<run_name>
116
+ ```
117
+
118
+ For VLM (image + text) fine-tuning of the full model, see:
119
+ [unsloth.ai/docs/models/qwen3.5/fine-tune](https://unsloth.ai/docs/models/qwen3.5/fine-tune)
120
 
121
  ## Pipeline diagram
122
 
diagrams/diagram_02.png CHANGED

Git LFS Details

  • SHA256: b9f3c328651ec80260c9b99aa18b04b8170456b19fc45fa695695111660e7772
  • Pointer size: 131 Bytes
  • Size of remote file: 163 kB

Git LFS Details

  • SHA256: b36a960394a728037ced0c1a32ef6066c345e46087aaa0dacc563cd26a17840b
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB