Commit
·
859c999
1
Parent(s):
08ab66e
Update README.md
Browse files
README.md
CHANGED
@@ -30,18 +30,5 @@ model = AutoModelForMaskedLM.from_pretrained("jannikskytt/MeDa-Bert")
|
|
30 |
### Citing
|
31 |
|
32 |
```
|
33 |
-
|
34 |
-
title = "{M}e{D}a-{BERT}: A medical {D}anish pretrained transformer model",
|
35 |
-
author = "Pedersen, Jannik and
|
36 |
-
Laursen, Martin and
|
37 |
-
Vinholt, Pernille and
|
38 |
-
Savarimuthu, Thiusius Rajeeth",
|
39 |
-
booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
|
40 |
-
month = may,
|
41 |
-
year = "2023",
|
42 |
-
address = "T{\'o}rshavn, Faroe Islands",
|
43 |
-
publisher = "University of Tartu Library",
|
44 |
-
url = "https://aclanthology.org/2023.nodalida-1.31",
|
45 |
-
pages = "301--307",
|
46 |
-
}
|
47 |
```
|
|
|
30 |
### Citing
|
31 |
|
32 |
```
|
33 |
+
Jannik Pedersen, Martin Laursen, Pernille Vinholt, and Thiusius Rajeeth Savarimuthu. 2023. MeDa-BERT: A medical Danish pretrained transformer model. In Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa), pages 301–307, Tórshavn, Faroe Islands. University of Tartu Library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
```
|