jannikskytt commited on
Commit
08ab66e
·
1 Parent(s): acf4fd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -30,6 +30,18 @@ model = AutoModelForMaskedLM.from_pretrained("jannikskytt/MeDa-Bert")
30
  ### Citing
31
 
32
  ```
33
- @article{
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
35
  ```
 
30
  ### Citing
31
 
32
  ```
33
+ @inproceedings{pedersen-etal-2023-meda,
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
  ```