SmartGuard DeBERTa v2

SmartGuard is a fine-tuned transformer model based on DeBERTa v3 for detecting unsafe, toxic, or policy-violating text. It is designed for LLM guardrails, moderation, and safety filtering use cases.


Model Details

  • Model Name: smartguard-deberta-v2
  • Base Model: microsoft/deberta-v3-base
  • Framework: PyTorch + Hugging Face Transformers
  • Task: Text Classification (Safety / Toxicity Detection)
  • Classes:
    • 0 โ†’ Safe
    • 1 โ†’ Unsafe / Toxic

Intended Use

This model is intended for:

  • LLM guardrails (input/output filtering)
  • Toxicity detection
  • Content moderation systems
  • AI safety pipelines

How to Use

Load Model

from transformers import AutoTokenizer, AutoModelForSequenceClassification

model_id = "onhighengineer/smartguard-deberta-v2"

tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForSequenceClassification.from_pretrained(model_id)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for onhighengineer/smartguard-deberta-v2

Finetuned
(657)
this model