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="San-Analytics/TicketIQ-MultiTask")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("San-Analytics/TicketIQ-MultiTask")
model = AutoModelForSequenceClassification.from_pretrained("San-Analytics/TicketIQ-MultiTask")
Quick Links

TicketIQ-MultiTask

TicketIQ is a multi-task NLP model for automated customer support ticket triage.

A single RoBERTa encoder fine-tuned with LoRA predicts:

  • Ticket Category
  • Ticket Priority
  • Customer Sentiment

All predictions are produced in a single forward pass.


Model Overview

Task Example Labels
Category account, billing, technical, shipping
Priority low, medium, high, critical
Sentiment positive, neutral, negative

Architecture:

RoBERTa Base
      โ”‚
      โ–ผ
Shared Encoder
      โ”‚
 โ”Œโ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”
 โ–ผ    โ–ผ    โ–ผ
Category
Priority
Sentiment
Heads
Downloads last month
27
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support