NorGLM commited on
Commit
4cd6283
·
verified ·
1 Parent(s): 564f4d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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
- ## Note
 
30
 
31
- More training and evaluation details and papers will come soon!
 
 
 
 
 
 
 
 
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
+ ```