saattrupdan commited on
Commit
d66b34a
1 Parent(s): f7057d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -20,16 +20,10 @@ Here is how to use the model:
20
  ```python
21
  from transformers import BertTokenizer, BertForTokenClassification
22
 
23
- model = BertForTokenClassification.from_pretrained("alexandrainst/da-bert-ner")
24
- tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-bert-ner")
25
  ```
26
 
27
  ## Training Data
28
 
29
- The model has been trained on the [DaNE](https://danlp-alexandra.readthedocs.io/en/latest/docs/datasets.html#dane).
30
-
31
-
32
-
33
-
34
-
35
-
 
20
  ```python
21
  from transformers import BertTokenizer, BertForTokenClassification
22
 
23
+ model = BertForTokenClassification.from_pretrained("alexandrainst/da-ner-base")
24
+ tokenizer = BertTokenizer.from_pretrained("alexandrainst/da-ner-base")
25
  ```
26
 
27
  ## Training Data
28
 
29
+ The model has been trained on the [DaNE](https://danlp-alexandra.readthedocs.io/en/latest/docs/datasets.html#dane).