hanifnoerr commited on
Commit
2d5de0b
1 Parent(s): 30d72b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -67,6 +67,7 @@ model = AutoModelForSequenceClassification.from_pretrained(Pre-trained)
67
  ```
68
  ### make classification
69
  ```python
 
70
  pretrained_name = "hanifnoerr/Fine-tuned-Indonesian-Sentiment-Classifier"
71
  class_model = pipeline(tokenizer=pretrained_name, model=pretrained_name)
72
 
 
67
  ```
68
  ### make classification
69
  ```python
70
+ from transformers import pipeline
71
  pretrained_name = "hanifnoerr/Fine-tuned-Indonesian-Sentiment-Classifier"
72
  class_model = pipeline(tokenizer=pretrained_name, model=pretrained_name)
73