Update README.md
Browse files
README.md
CHANGED
|
@@ -135,7 +135,7 @@ Three stages, all reproducible from
|
|
| 135 |
extraction with a 9-rule system prompt + 3 in-context examples
|
| 136 |
covering null window, vulnerable-with-time-stripped, and
|
| 137 |
ephemeral-filtered cases.
|
| 138 |
-
3. **Quality judge (local
|
| 139 |
extraction verdict on an 11-mode failure taxonomy. Only extractions
|
| 140 |
passing all 11 modes survive into this dataset.
|
| 141 |
|
|
@@ -185,21 +185,6 @@ for qualitative inspection.
|
|
| 185 |
modes (invented_from_null, ephemeral_detail). Some chosens with
|
| 186 |
subtle issues may have slipped through.
|
| 187 |
|
| 188 |
-
## Suggested training
|
| 189 |
-
|
| 190 |
-
Qwen2.5-Instruct base, LoRA via Unsloth or TRL `SFTTrainer`. The
|
| 191 |
-
messages format is directly consumable by Unsloth's
|
| 192 |
-
`apply_chat_template` + `train_on_responses_only`.
|
| 193 |
-
|
| 194 |
-
Reasonable hyperparameters as a starting point:
|
| 195 |
-
- 2-3 epochs
|
| 196 |
-
- LR 2e-4, cosine, 5% warmup
|
| 197 |
-
- LoRA rank 16-32, alpha = rank, target all linear layers
|
| 198 |
-
- Batch size 4 (per device) × grad-accum 4 = effective 16
|
| 199 |
-
|
| 200 |
-
JSON-schema-constrained inference is recommended at deploy time
|
| 201 |
-
(llama.cpp `json_schema` field on `/completion`).
|
| 202 |
-
|
| 203 |
## Contact
|
| 204 |
|
| 205 |
[Schneewolf Labs LLC](mailto:contact@schneewolflabs.com) — flammen.ai
|
|
|
|
| 135 |
extraction with a 9-rule system prompt + 3 in-context examples
|
| 136 |
covering null window, vulnerable-with-time-stripped, and
|
| 137 |
ephemeral-filtered cases.
|
| 138 |
+
3. **Quality judge (local Qwen3.5-27B + JSON-schema constraint):** per-
|
| 139 |
extraction verdict on an 11-mode failure taxonomy. Only extractions
|
| 140 |
passing all 11 modes survive into this dataset.
|
| 141 |
|
|
|
|
| 185 |
modes (invented_from_null, ephemeral_detail). Some chosens with
|
| 186 |
subtle issues may have slipped through.
|
| 187 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 188 |
## Contact
|
| 189 |
|
| 190 |
[Schneewolf Labs LLC](mailto:contact@schneewolflabs.com) — flammen.ai
|