jannikskytt commited on
Commit
0fe4f87
·
1 Parent(s): ab9cff0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,8 +13,8 @@ widget:
13
 
14
  # Danish medical BERT
15
 
16
- MeDa-BERT was initialized with weights from a pretrained Danish BERT model (https://huggingface.co/Maltehb/danish-bert-botxo). Next, it was fine-tuned for 48 epochs with masked language modelling on a medical corpus of 123M tokens.
17
- The development of the model is described further in the paper:
18
 
19
  Here is an example on how to load the model in PyTorch using the [🤗Transformers](https://github.com/huggingface/transformers) library:
20
 
 
13
 
14
  # Danish medical BERT
15
 
16
+ MeDa-BERT was initialized with weights from a pretrained Danish BERT model (https://huggingface.co/Maltehb/danish-bert-botxo). Next, it was fine-tuned for 48 epochs with masked language modelling on a Danish medical corpus of 123M tokens.
17
+ The development of the corpus and model is described further in the paper:
18
 
19
  Here is an example on how to load the model in PyTorch using the [🤗Transformers](https://github.com/huggingface/transformers) library:
20