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="Maliru/comprehend-it-dnd-roles")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("Maliru/comprehend-it-dnd-roles")
model = AutoModelForSequenceClassification.from_pretrained("Maliru/comprehend-it-dnd-roles", device_map="auto")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Text Classification

Validation Metrics

loss: 0.41520220041275024

f1: 0.8521886746695768

precision: 0.8410722833891814

recall: 0.8636028508232981

auc: 0.9019634317216378

accuracy: 0.8175422840892081

Downloads last month
5
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 Maliru/comprehend-it-dnd-roles

Finetuned
(5)
this model