Commit
·
18ecf1b
1
Parent(s):
a73c232
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,8 +19,8 @@ Here is how to use the model:
|
|
| 19 |
```python
|
| 20 |
from transformers import BertTokenizer, BertForSequenceClassification
|
| 21 |
|
| 22 |
-
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-
|
| 23 |
-
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-
|
| 24 |
```
|
| 25 |
|
| 26 |
## Training data
|
|
|
|
| 19 |
```python
|
| 20 |
from transformers import BertTokenizer, BertForSequenceClassification
|
| 21 |
|
| 22 |
+
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-binary-emotion-classification-base")
|
| 23 |
+
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-binary-emotion-classification-base")
|
| 24 |
```
|
| 25 |
|
| 26 |
## Training data
|