saattrupdan commited on
Commit
1c29034
1 Parent(s): e63e43b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-bert-hatespeech-detection")
23
- tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-bert-hatespeech-detection")
24
  ```
25
 
26
  ## Training data
 
19
  ```python
20
  from transformers import BertTokenizer, BertForSequenceClassification
21
 
22
+ model = BertForSequenceClassification.from_pretrained("alexandrainst/da-hatespeech-detection-base")
23
+ tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-hatespeech-detection-base")
24
  ```
25
 
26
  ## Training data