Downloads · 30 days
6
40% of all-time downloads
sentinelsage/arbiter-log-classifier
arbiter-log-classifier is a text classification model from sentinelsage. Use it when you need a label for a piece of text. It is set up for transformers. The card lists the license as apache-2.0.
A DistilBERT sequence-classification checkpoint fine-tuned for Arbiter.
Downloads · 30 days
6
40% of all-time downloads
All-time downloads
15
Public
Parameters
67M
268 MB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors268 MB · 100%
From the Hugging Face model README
A DistilBERT sequence-classification checkpoint fine-tuned for Arbiter.
Given a short security-log style string, it predicts one of four actions:
| Index | Action (app mapping) |
|---|---|
| 0 | block |
| 1 | quarantine |
| 2 | warn |
| 3 | none |
The Arbiter app then scales a threat score from the predicted class / probabilities and may adjust the final recommendation with a separate rule-based layer (refine_action).
Part of Arbiter (Django + React): paste a security log or ask a cybersecurity question.
This repository holds weights only. Application code: github.com/SentinelSage/arbiter.
This is a custom fine-tune, not an unmodified public DistilBERT base checkpoint. Do not treat Hub distilbert-base-uncased (or similar) as a drop-in substitute for this artifact.
Training data: custom-curated, unpublished project data. There is no public labelled cybersecurity corpus linked as a training set for this demo.
Not a production SOC product. No warranty. Outputs can be wrong; do not use for live blocking, compliance, or incident response without your own validation.
Local path after download (scripts/download_models.py or equivalent):
backend/models/log_based_model/
Loaded with Hugging Face DistilBertForSequenceClassification.from_pretrained(<local_or_hub_id>) when ARBITER_DEMO_MODE=false.
Expect a standard Transformers export, e.g. model.safetensors, config.json, tokenizer files (vocab.txt, tokenizer_config.json, …).
If you reference this work:
Research / portfolio demo only. Classifier confidence is not calibrated. Do not paste production logs, PII, or credentials into demos that use these weights on a shared host.
Apache License 2.0. Demo only — provided as-is, without warranty of any kind.
Copyright 2026 Ryan Vong / Sentinel Sage