yang-z commited on
Commit
834d901
·
verified ·
1 Parent(s): 3edff91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -64,7 +64,22 @@ response = result[0]["generated_text"]
64
 
65
  print("Response:", response)
66
  ```
 
 
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ## Acknowledgements
69
 
70
  * [Magicoder](https://github.com/ise-uiuc/magicoder): Training code, original datasets and data decontamination
 
64
 
65
  print("Response:", response)
66
  ```
67
+ ## Paper
68
+ **Arxiv:** <https://arxiv.org/abs/2407.10424>
69
 
70
+ Please cite the paper if you use the models from CodeV.
71
+
72
+ ```
73
+ @misc{yang-z,
74
+ title={CodeV: Empowering LLMs for Verilog Generation through Multi-Level Summarization},
75
+ author={Yang Zhao and Di Huang and Chongxiao Li and Pengwei Jin and Ziyuan Nan and Tianyun Ma and Lei Qi and Yansong Pan and Zhenxing Zhang and Rui Zhang and Xishan Zhang and Zidong Du and Qi Guo and Xing Hu and Yunji Chen},
76
+ year={2024},
77
+ eprint={2407.10424},
78
+ archivePrefix={arXiv},
79
+ primaryClass={cs.PL},
80
+ url={https://arxiv.org/abs/2407.10424},
81
+ }
82
+ ```
83
  ## Acknowledgements
84
 
85
  * [Magicoder](https://github.com/ise-uiuc/magicoder): Training code, original datasets and data decontamination