hanifnoerr commited on
Commit
0ceac5c
1 Parent(s): f9d4c55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -46,9 +46,13 @@ It achieves the following results on the evaluation set:
46
 
47
  More information needed
48
 
49
- ## Intended uses & limitations
50
 
51
- More information needed
 
 
 
 
52
 
53
 
54
  ### Training results
 
46
 
47
  More information needed
48
 
49
+ ## How to use
50
 
51
+ from transformers import AutoTokenizer, AutoModelForSequenceClassification
52
+
53
+ tokenizer = AutoTokenizer.from_pretrained("hanifnoerr/Fine-tuned-Indonesian-Sentiment-Classifier")
54
+
55
+ model = AutoModelForSequenceClassification.from_pretrained("hanifnoerr/Fine-tuned-Indonesian-Sentiment-Classifier")
56
 
57
 
58
  ### Training results