rfahlevih commited on
Commit
3d15873
·
verified ·
1 Parent(s): 96a6dd6
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -18,6 +18,7 @@ This model is trained from a dataset of 10,000 review data on Tokopedia and Shop
18
  ### How to use
19
  You can use this model with the following steps:
20
  ```python
 
21
  >>> from transformers import AutoModelForSequenceClassification, AutoTokenizer
22
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
23
 
 
18
  ### How to use
19
  You can use this model with the following steps:
20
  ```python
21
+ >>> from transformers import pipeline
22
  >>> from transformers import AutoModelForSequenceClassification, AutoTokenizer
23
  from transformers import AutoModelForSequenceClassification, AutoTokenizer
24