File size: 360 Bytes
009ff73
02b279d
 
04ca4a9
009ff73
 
02b279d
009ff73
ac6df0f
 
 
 
19955f3
 
 
 
54a915c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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')
```