saattrupdan commited on
Commit
5013c08
1 Parent(s): f9b57c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("DaNLP/da-bert-tone-sentiment-polarity")
167
- tokenizer = BertTokenizer.from_pretrained("DaNLP/da-bert-tone-sentiment-polarity")
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