Safetensors
qwen2
observerw commited on
Commit
51a1bd5
·
verified ·
1 Parent(s): 9614a6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -107,3 +107,19 @@ The following hyperparameters were used during training:
107
  - lr_scheduler_type: cosine
108
  - lr_scheduler_warmup_ratio: 0.05
109
  - num_epochs: 3.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  - lr_scheduler_type: cosine
108
  - lr_scheduler_warmup_ratio: 0.05
109
  - num_epochs: 3.0
110
+
111
+ ## Citation
112
+
113
+ If you are interested in our work, please consider citing this, it would be greatly appreciated!
114
+
115
+ ```bibtex
116
+ @misc{wang2025chisellmunleashingpowerreasoning,
117
+ title={ChiseLLM: Unleashing the Power of Reasoning LLMs for Chisel Agile Hardware Development},
118
+ author={Bowei Wang and Jiaran Gao and Yelai Feng and Renzhi Chen and Shanshan Li and Lei Wang},
119
+ year={2025},
120
+ eprint={2504.19144},
121
+ archivePrefix={arXiv},
122
+ primaryClass={cs.AI},
123
+ url={https://arxiv.org/abs/2504.19144},
124
+ }
125
+ ```