NorGLM commited on
Commit
c165051
1 Parent(s): 8a9d894

Update README.md

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