aisyahhrazak commited on
Commit
19955f3
1 Parent(s): ac6df0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
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
- `from classifier import MistralForSequenceClassification
14
- model = MistralForSequenceClassification.from_pretrained('malaysia-ai/sentiment-mistral-191M-MLM')`
 
 
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