aisyahhrazak
commited on
Commit
•
19955f3
1
Parent(s):
ac6df0f
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ Sentiment Analysis Model for Malay Text finetuned from https://huggingface.co/me
|
|
10 |
|
11 |
### How to use
|
12 |
|
13 |
-
|
14 |
-
|
|
|
|
|
15 |
|
|
|
10 |
|
11 |
### How to use
|
12 |
|
13 |
+
```python
|
14 |
+
from classifier import MistralForSequenceClassification
|
15 |
+
model = MistralForSequenceClassification.from_pretrained('malaysia-ai/sentiment-mistral-191M-MLM')
|
16 |
+
```
|
17 |
|