Update README.md
Browse files
README.md
CHANGED
@@ -30,10 +30,11 @@ outputs = model.generate(**inputs, max_new_tokens=20)
|
|
30 |
If you feel our work is helpful, please cite our paper:
|
31 |
|
32 |
```
|
33 |
-
@
|
34 |
-
title={NLEBench+
|
35 |
-
author={Liu, Peng and Zhang, Lemei and Farup, Terje
|
36 |
-
|
37 |
-
|
|
|
38 |
}
|
39 |
```
|
|
|
30 |
If you feel our work is helpful, please cite our paper:
|
31 |
|
32 |
```
|
33 |
+
@inproceedings{liu2024nlebench+,
|
34 |
+
title={NLEBench+NorGLM: A Comprehensive Empirical Analysis and Benchmark Dataset for Generative Language Models in Norwegian},
|
35 |
+
author={Liu, Peng and Zhang, Lemei and Farup, Terje and Lauvrak, Even and Ingvaldsen, Jon and Eide, Simen and Gulla, Jon Atle and Yang, Zhirong},
|
36 |
+
booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing},
|
37 |
+
pages={5543--5560},
|
38 |
+
year={2024}
|
39 |
}
|
40 |
```
|