Update README.md
Browse files
README.md
CHANGED
@@ -30,5 +30,14 @@ inputs = tokenizer(text, return_tensors="pt")
|
|
30 |
outputs = model.generate(**inputs, max_new_tokens=20)
|
31 |
```
|
32 |
|
33 |
-
##
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
outputs = model.generate(**inputs, max_new_tokens=20)
|
31 |
```
|
32 |
|
33 |
+
## Citation Information
|
34 |
+
If you feel our work is helpful, please cite our paper:
|
35 |
+
|
36 |
+
```
|
37 |
+
@article{liu2023nlebench+,
|
38 |
+
title={NLEBench+ NorGLM: A Comprehensive Empirical Analysis and Benchmark Dataset for Generative Language Models in Norwegian},
|
39 |
+
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},
|
40 |
+
journal={arXiv preprint arXiv:2312.01314},
|
41 |
+
year={2023}
|
42 |
+
}
|
43 |
+
```
|