How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="Austin-Groundsetter/deberta-prism-v2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("Austin-Groundsetter/deberta-prism-v2")
model = AutoModelForSequenceClassification.from_pretrained("Austin-Groundsetter/deberta-prism-v2")
Quick Links

DeBERTa PRISM v2

Multi-label compliance violation classifier for peptide, hemp, and supplement websites.

  • Base model: microsoft/deberta-v3-large
  • Labels: 25 (22 violation + 3 compliant)
  • Macro F1: 0.997
  • Architecture: DebertaV2ForSequenceClassification
Downloads last month
2
Safetensors
Model size
0.4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using Austin-Groundsetter/deberta-prism-v2 1