jannikskytt commited on
Commit
9a0c813
·
1 Parent(s): 148096c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
 
16
  MeDa-BERT was initialized with weights from a [pretrained Danish BERT model](https://huggingface.co/Maltehb/danish-bert-botxo) and pretrained for 48 epochs using the MLM objective on a Danish medical corpus of 123M tokens.
17
 
18
- The development of the corpus and model is described further in [this paper](https://openreview.net/forum?id=cc9USd2ec-).
19
 
20
  Here is an example on how to load the model in PyTorch using the [🤗Transformers](https://github.com/huggingface/transformers) library:
21
 
 
15
 
16
  MeDa-BERT was initialized with weights from a [pretrained Danish BERT model](https://huggingface.co/Maltehb/danish-bert-botxo) and pretrained for 48 epochs using the MLM objective on a Danish medical corpus of 123M tokens.
17
 
18
+ The development of the corpus and model is described further in [this paper](https://aclanthology.org/2023.nodalida-1.31/).
19
 
20
  Here is an example on how to load the model in PyTorch using the [🤗Transformers](https://github.com/huggingface/transformers) library:
21