Update README.md
Browse files
README.md
CHANGED
|
@@ -22,4 +22,19 @@ tags:
|
|
| 22 |
|
| 23 |
**BlenderLLM** is built using **Qwen2.5-Coder-7B-Instruct** as the base model. It has been fine-tuned on the **BlendNet** training dataset and further optimized through **Self-improvement** techniques to achieve the best performance.
|
| 24 |
|
| 25 |
-
For more details, please visit our [GitHub repository](https://github.com/FreedomIntelligence/BlenderLLM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
**BlenderLLM** is built using **Qwen2.5-Coder-7B-Instruct** as the base model. It has been fine-tuned on the **BlendNet** training dataset and further optimized through **Self-improvement** techniques to achieve the best performance.
|
| 24 |
|
| 25 |
+
For more details, please visit our [GitHub repository](https://github.com/FreedomIntelligence/BlenderLLM) or refer to our [arXiv paper](https://www.arxiv.org/abs/2412.14203).
|
| 26 |
+
|
| 27 |
+
## 📖 Citation
|
| 28 |
+
```angular2
|
| 29 |
+
@misc{du2024blenderllmtraininglargelanguage,
|
| 30 |
+
title={BlenderLLM: Training Large Language Models for Computer-Aided Design with Self-improvement},
|
| 31 |
+
author={Yuhao Du and Shunian Chen and Wenbo Zan and Peizhao Li and Mingxuan Wang and Dingjie Song and Bo Li and Yan Hu and Benyou Wang},
|
| 32 |
+
year={2024},
|
| 33 |
+
eprint={2412.14203},
|
| 34 |
+
archivePrefix={arXiv},
|
| 35 |
+
primaryClass={cs.HC},
|
| 36 |
+
url={https://arxiv.org/abs/2412.14203},
|
| 37 |
+
}
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
We are from the School of Data Science (SDS), the Chinese University of Hong Kong, Shenzhen (CUHKSZ).
|