🔍 Bangla Binary Text Classifier

🧠 Model Description

This is a Bangla binary sentiment classification model, fine-tuned on top of csebuetnlp/banglabert. The model was trained using the SayedShaun/sentigold dataset.


📦 How to Use

from transformers import pipeline

pipe = pipeline("text-classification", model="SayedShaun/bangla-classifier-binary")

response = pipe("এটা যে এত খারাপ আগে জানতাম না।")
print(response)
>>> [{'label': 'LABEL_0', 'score': 0.9765}]

Result

Training Loss Validation Loss Accuracy Precision Recall F1 Score
0.354600 0.396599 0.825143 0.812587 0.842483 0.827265

Source Code

Source code can be found in files and versions as finetune.py

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

Model tree for SayedShaun/bangla-classifier-binary

Finetuned
(15)
this model

Dataset used to train SayedShaun/bangla-classifier-binary