torchsight/beam-q8_0
TorchSight Beam q8_0
Cybersecurity document classifier. LoRA fine-tune of Qwen 3.5 27B, quantized to q8_0. Approximately 28 GB GGUF.
Recommended hardware: 48 GB+ GPU or 64 GB unified memory Mac.
Higher precision than the default q4KM, with slightly better subcategory adherence. Released alongside:
Dobrovolskyi, I. Security Document Classification with a Fine-Tuned Local Large Language Model: Benchmark Data and an Open-Source System. Journal of Information Security and Applications, 2026.
Benchmark results
Evaluated under identical methodology (alpaca prompt, Ollama /api/generate, temperature = 0, num_predict = 2048) on the companion dataset `torchsight/cybersecurity-classification-benchmark`. Canonical numbers live in that repo's BENCHMARK_NUMBERS.md.
Primary — eval-1000-synthetic (n = 1,000)
q80 achieves the highest subcategory accuracy (51.4%) of the three Beam variants but slightly lower category-level accuracy than q4K_M.
External — eval-500-external (n = 500)
Usage with Ollama
ollama pull torchsight/beam-q8_0
ollama run torchsight/beam-q8_0Or via the TorchSight CLI.
Training
- Base: Qwen 3.5 27B (dense)
- Method: LoRA (r = 128, α = 256), bf16, 5 epochs
- Dataset: 78,358 balanced samples — see `torchsight/beam-training-data`
- Hardware: 8× NVIDIA A100 80GB SXM4, 10.5 hours
License
Apache 2.0. The base model (Qwen 3.5 27B) carries its own license; consult upstream terms for use.
