Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
---
|
9 |
How to import:
|
10 |
```python
|
11 |
-
from transformers import
|
12 |
|
13 |
tokenizer = BertTokenizer.from_pretrained("thoriqfy/indobert-emotion-classification")
|
14 |
config = BertConfig.from_pretrained("thoriqfy/indobert-emotion-classification")
|
|
|
8 |
---
|
9 |
How to import:
|
10 |
```python
|
11 |
+
from transformers import BertForSequenceClassification, BertTokenizer, BertConfig
|
12 |
|
13 |
tokenizer = BertTokenizer.from_pretrained("thoriqfy/indobert-emotion-classification")
|
14 |
config = BertConfig.from_pretrained("thoriqfy/indobert-emotion-classification")
|