huseinzol05's picture
Upload MistralForSequenceClassification
04ca4a9 verified
|
raw
history blame contribute delete
No virus
360 Bytes
---
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')
```