davda54 commited on
Commit
e846fc9
·
1 Parent(s): 0cded76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -8
README.md CHANGED
@@ -34,7 +34,7 @@ The official release of a new generation of NorBERT language models described in
34
 
35
  ## Example usage
36
 
37
- This model currently needs a custom wrapper from `modeling_norbert.py`, you should therefore load the model with ``trust_remote_code=True''.
38
 
39
  ```python
40
  import torch
@@ -57,12 +57,24 @@ The following classes are currently implemented: `AutoModel`, `AutoModelMaskedLM
57
  ## Cite us
58
 
59
  ```bibtex
60
- @inproceedings{
61
- samuel2023norbench,
62
- title={NorBench -- A Benchmark for Norwegian Language Models},
63
- author={David Samuel and Andrey Kutuzov and Samia Touileb and Erik Velldal and Lilja {\O}vrelid and Egil R{\o}nningstad and Elina Sigdel and Anna Sergeevna Palatkina},
64
- booktitle={The 24rd Nordic Conference on Computational Linguistics},
65
- year={2023},
66
- url={https://openreview.net/forum?id=WgxNONkAbz}
 
 
 
 
 
 
 
 
 
 
 
67
  }
 
68
  ```
 
34
 
35
  ## Example usage
36
 
37
+ This model currently needs a custom wrapper from `modeling_norbert.py`, you should therefore load the model with `trust_remote_code=True`.
38
 
39
  ```python
40
  import torch
 
57
  ## Cite us
58
 
59
  ```bibtex
60
+ @inproceedings{samuel-etal-2023-norbench,
61
+ title = "{N}or{B}ench {--} A Benchmark for {N}orwegian Language Models",
62
+ author = "Samuel, David and
63
+ Kutuzov, Andrey and
64
+ Touileb, Samia and
65
+ Velldal, Erik and
66
+ {\O}vrelid, Lilja and
67
+ R{\o}nningstad, Egil and
68
+ Sigdel, Elina and
69
+ Palatkina, Anna",
70
+ booktitle = "Proceedings of the 24th Nordic Conference on Computational Linguistics (NoDaLiDa)",
71
+ month = may,
72
+ year = "2023",
73
+ address = "T{\'o}rshavn, Faroe Islands",
74
+ publisher = "University of Tartu Library",
75
+ url = "https://aclanthology.org/2023.nodalida-1.61",
76
+ pages = "618--633",
77
+ abstract = "We present NorBench: a streamlined suite of NLP tasks and probes for evaluating Norwegian language models (LMs) on standardized data splits and evaluation metrics. We also introduce a range of new Norwegian language models (both encoder and encoder-decoder based). Finally, we compare and analyze their performance, along with other existing LMs, across the different benchmark tests of NorBench.",
78
  }
79
+
80
  ```