--- language: - ms library_name: transformers --- Sentiment Analysis Model for Malay Text finetuned from https://huggingface.co/mesolitica/malaysian-mistral-191M-MLM-512 ### How to use ```python from classifier import MistralForSequenceClassification model = MistralForSequenceClassification.from_pretrained('malaysia-ai/sentiment-mistral-191M-MLM') ```