Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,14 @@ inputs = tokenizer(text, return_tensors="pt")
|
|
26 |
outputs = model.generate(**inputs, max_new_tokens=20)
|
27 |
```
|
28 |
|
29 |
-
##
|
|
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
outputs = model.generate(**inputs, max_new_tokens=20)
|
27 |
```
|
28 |
|
29 |
+
## Citation Information
|
30 |
+
If you feel our work is helpful, please cite our paper:
|
31 |
|
32 |
+
```
|
33 |
+
@article{liu2023nlebench+,
|
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 Nissen and Lauvrak, Even W and Ingvaldsen, Jon Espen and Eide, Simen and Gulla, Jon Atle and Yang, Zhirong},
|
36 |
+
journal={arXiv preprint arXiv:2312.01314},
|
37 |
+
year={2023}
|
38 |
+
}
|
39 |
+
```
|