README / README.md
idobrovolskyi's picture
Update README.md
69d0e20 verified
---
title: TorchSight
emoji: πŸ”₯
colorFrom: orange
colorTo: red
sdk: static
pinned: false
---
# TorchSight
On-premises cybersecurity scanner powered by fine-tuned LLMs. Detects credentials, PII, malicious payloads, and sensitive data in text, images, and PDFs β€” without sending data to the cloud.
## Models
- [beam-q4_K_M](https://huggingface.co/torchsight/beam-q4_K_M) β€” 95.1% accuracy, 17GB (recommended)
- [beam-q8_0](https://huggingface.co/torchsight/beam-q8_0) β€” 92.7% accuracy, 28GB
- [beam-f16](https://huggingface.co/torchsight/beam-f16) β€” 93.0% accuracy, 53GB
## Datasets
- [cybersecurity-classification-benchmark](https://huggingface.co/datasets/torchsight/cybersecurity-classification-benchmark) β€” 1052-sample eval benchmark
- [beam-training-data](https://huggingface.co/datasets/torchsight/beam-training-data) β€” 74K SFT training samples
## Highlights
- Beats Claude Opus 4 (79.9%), Gemini 2.5 Pro (75.4%) on domain classification
- LoRA fine-tune of Qwen 3.5 27B, runs locally via Ollama
- Apache 2.0 licensed
[GitHub](https://github.com/IvanDobrovolsky/torchsight)