NorGLM commited on
Commit
edba82f
·
verified ·
1 Parent(s): f1e5cc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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
- @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
  ```
 
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
  ```