File size: 1,145 Bytes
69d0e20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

  ---
  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)