Views
No views yet
1from transformers import pipeline
2
3classifier = pipeline(
4 "sentiment-analysis",
5 model="OsamaBinLikhon/bengali-code-mix-sentiment"
6)
7
8result = classifier("আজকের দিনটা খুবই ভালো গেছে!")1@misc{bengali-sentiment-model,
2 author = [MiniMax Agent],
3 title = [Bengali Code-Mixed Sentiment Analysis Model],
4 url = [https://huggingface.co/OsamaBinLikhon/bengali-code-mix-sentiment],
5 year = [2025]
6}