Update README.md
Browse files
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
|
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 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
```
|