enijkamp commited on
Commit
edeed0f
·
verified ·
1 Parent(s): a8aefa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -69,6 +69,20 @@ print(output)
69
  | Coding | MBPP+ | 52.1 | 66.9 | 61.9 | 52.6 |
70
  | Coding | LiveCodeBench | 7.4 | 13.6 | 10.1 | 32.6 |
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  ## Ethical Considerations
73
  This release is for research purposes only in support of an academic paper. Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model. We encourage users to consider the common limitations of AI, comply with applicable laws, and leverage best practices when selecting use cases, particularly for high-risk scenarios where errors or misuse could significantly impact people's lives, rights, or safety. For further guidance on use cases, refer to our AUP and AI AUP.
74
 
 
69
  | Coding | MBPP+ | 52.1 | 66.9 | 61.9 | 52.6 |
70
  | Coding | LiveCodeBench | 7.4 | 13.6 | 10.1 | 32.6 |
71
 
72
+ ## Citation
73
+
74
+ ```bibtex
75
+ @misc{xgensmall,
76
+ title={xGen-small Technical Report},
77
+ author={Erik Nijkamp and Bo Pang and Egor Pakhomov and Akash Gokul and Jin Qu and Silvio Savarese and Yingbo Zhou and Caiming Xiong},
78
+ year={2025},
79
+ eprint={2505.06496},
80
+ archivePrefix={arXiv},
81
+ primaryClass={cs.CL},
82
+ url={https://arxiv.org/abs/2505.06496},
83
+ }
84
+ ```
85
+
86
  ## Ethical Considerations
87
  This release is for research purposes only in support of an academic paper. Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model. We encourage users to consider the common limitations of AI, comply with applicable laws, and leverage best practices when selecting use cases, particularly for high-risk scenarios where errors or misuse could significantly impact people's lives, rights, or safety. For further guidance on use cases, refer to our AUP and AI AUP.
88