update
Browse files
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 |
|