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="idobn/twitter-mbti-v2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("idobn/twitter-mbti-v2")
model = AutoModelForSequenceClassification.from_pretrained("idobn/twitter-mbti-v2")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Text Classification

Validation Metrics

loss: 1.9677170515060425

f1_macro: 0.43647747790260216

f1_micro: 0.40711847879083374

f1_weighted: 0.3874051890698862

precision_macro: 0.49034231056721467

precision_micro: 0.40711847879083374

precision_weighted: 0.4284233711977137

recall_macro: 0.4407702395816866

recall_micro: 0.40711847879083374

recall_weighted: 0.40711847879083374

accuracy: 0.40711847879083374

Downloads last month
1
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

Model tree for idobn/twitter-mbti-v2

Finetuned
(265)
this model