saattrupdan
commited on
Commit
•
5013c08
1
Parent(s):
f9b57c4
Update README.md
Browse files
README.md
CHANGED
@@ -163,8 +163,8 @@ Use the code below to get started with the model.
|
|
163 |
```python
|
164 |
from transformers import BertTokenizer, BertForSequenceClassification
|
165 |
|
166 |
-
model = BertForSequenceClassification.from_pretrained("
|
167 |
-
tokenizer = BertTokenizer.from_pretrained("
|
168 |
```
|
169 |
</details>
|
170 |
|
|
|
163 |
```python
|
164 |
from transformers import BertTokenizer, BertForSequenceClassification
|
165 |
|
166 |
+
model = BertForSequenceClassification.from_pretrained("alexandrainst/da-sentiment-base")
|
167 |
+
tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-sentiment-base")
|
168 |
```
|
169 |
</details>
|
170 |
|