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="figmtu/deberta-v3-aac-classifier")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("figmtu/deberta-v3-aac-classifier")
model = AutoModelForSequenceClassification.from_pretrained("figmtu/deberta-v3-aac-classifier")
Quick Links

This is a three-way classifier built on top of DeBERTaV3. It classifies text as

  • out-of-domain, similar to sentences from news articles
  • spoken in-domain, similar to sentences from DailyDialog and BOLT SMS/Chat
  • written in-domain, similar to sentences from mobile forum posts

See our EMNLP 2025 paper for details.

Downloads last month
64
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for figmtu/deberta-v3-aac-classifier

Finetuned
(609)
this model