aisyahhrazak commited on
Commit
ac6df0f
1 Parent(s): 9469af5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -6,5 +6,10 @@ language:
6
 
7
  Sentiment Analysis Model for Malay Text finetuned from https://huggingface.co/mesolitica/malaysian-mistral-191M-MLM-512
8
 
9
- You need to import classifier.py for custom code model
 
 
 
 
 
10
 
 
6
 
7
  Sentiment Analysis Model for Malay Text finetuned from https://huggingface.co/mesolitica/malaysian-mistral-191M-MLM-512
8
 
9
+
10
+
11
+ ### How to use
12
+
13
+ `from classifier import MistralForSequenceClassification
14
+ model = MistralForSequenceClassification.from_pretrained('malaysia-ai/sentiment-mistral-191M-MLM')`
15