Update README.md
Browse files
README.md
CHANGED
@@ -16,15 +16,13 @@ widget:
|
|
16 |
- text: "Chili Jensen, som bor på Danmarksgade 12, køber chilifrugter fra Netto."
|
17 |
---
|
18 |
|
19 |
-
# Danish BERT (version 2, uncased) by [
|
20 |
|
21 |
-
|
22 |
|
23 |
It is both available in TensorFlow and Pytorch format.
|
24 |
-
|
25 |
The original TensorFlow version can be downloaded using [this link](https://www.dropbox.com/s/19cjaoqvv2jicq9/danish_bert_uncased_v2.zip?dl=1).
|
26 |
|
27 |
-
|
28 |
Here is an example on how to load Danish BERT for token classification in PyTorch using the [🤗Transformers](https://github.com/huggingface/transformers) library:
|
29 |
|
30 |
|
|
|
16 |
- text: "Chili Jensen, som bor på Danmarksgade 12, køber chilifrugter fra Netto."
|
17 |
---
|
18 |
|
19 |
+
# Danish BERT (version 2, uncased) by [Certainly](https://certainly.io/) (previously known as BotXO) finetuned for Named Entity Recognition on the [DaNE dataset](https://danlp.alexandra.dk/304bd159d5de/datasets/ddt.zip) (Hvingelby et al., 2020) by Malte Højmark-Bertelsen.
|
20 |
|
21 |
+
Humongous amounts of credit needs to go to [Certainly](https://certainly.io/) (previously known as BotXO), for pretraining the Danish BERT. For data and training details see their [GitHub repository](https://github.com/certainlyio/nordic_bert) or [this article](https://www.certainly.io/blog/danish-bert-model/). You can also visit their [organization page](https://huggingface.co/Certainly) on Hugging Face.
|
22 |
|
23 |
It is both available in TensorFlow and Pytorch format.
|
|
|
24 |
The original TensorFlow version can be downloaded using [this link](https://www.dropbox.com/s/19cjaoqvv2jicq9/danish_bert_uncased_v2.zip?dl=1).
|
25 |
|
|
|
26 |
Here is an example on how to load Danish BERT for token classification in PyTorch using the [🤗Transformers](https://github.com/huggingface/transformers) library:
|
27 |
|
28 |
|