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="ashique/BanglaTraitBERT")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("ashique/BanglaTraitBERT")
model = AutoModelForSequenceClassification.from_pretrained("ashique/BanglaTraitBERT")
Quick Links

BanglaTraitBERT

This is a finetuned BanglaBERT (large) model trained on bangla social media texts for a classification task in context of Big Five Peronality Traits. The dataset that is used for finetuning can be found here.

Model Details

Achieved highest validation accuracy of 47.927%

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support