yang-z commited on
Commit
aa76321
1 Parent(s): 89c9ec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -62,7 +62,22 @@ response = result[0]["generated_text"]
62
 
63
  print("Response:", response)
64
  ```
 
 
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ## Acknowledgements
67
 
68
  * [Magicoder](https://github.com/ise-uiuc/magicoder): Training code, original datasets and data decontamination
 
62
 
63
  print("Response:", response)
64
  ```
65
+ ## Paper
66
+ **Arxiv:** <https://arxiv.org/abs/2407.10424>
67
 
68
+ Please cite the paper if you use the models from CodeV.
69
+
70
+ ```
71
+ @misc{yang-z,
72
+ title={CodeV: Empowering LLMs for Verilog Generation through Multi-Level Summarization},
73
+ 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},
74
+ year={2024},
75
+ eprint={2407.10424},
76
+ archivePrefix={arXiv},
77
+ primaryClass={cs.PL},
78
+ url={https://arxiv.org/abs/2407.10424},
79
+ }
80
+ ```
81
  ## Acknowledgements
82
 
83
  * [Magicoder](https://github.com/ise-uiuc/magicoder): Training code, original datasets and data decontamination