Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,9 @@ tags:
|
|
10 |
<div style="text-align:center">
|
11 |
<p><strong><span style="font-size: 24px;">ChipExpert-8B-Instruct</span></strong></p>
|
12 |
</div>
|
|
|
|
|
|
|
13 |
|
14 |
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
<div style="text-align:center">
|
@@ -53,6 +56,17 @@ Lanlan Yang<sup>2</sup> Xin Geng<sup>2</sup> Jun Yang<
|
|
53 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
54 |
This is the first version of ChipExpert, more capable versions with enhanced abilities will be released soon.
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
## Model Card Contact
|
57 |
|
58 |
- chipexpert@nctieda.com
|
|
|
10 |
<div style="text-align:center">
|
11 |
<p><strong><span style="font-size: 24px;">ChipExpert-8B-Instruct</span></strong></p>
|
12 |
</div>
|
13 |
+
<p align="center">
|
14 |
+
💻<a href="https://github.com/NCTIE/ChipExpert" target="_blank">Github</a>
|
15 |
+
</p>
|
16 |
|
17 |
<!-- Provide a quick summary of what the model is/does. -->
|
18 |
<div style="text-align:center">
|
|
|
56 |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
57 |
This is the first version of ChipExpert, more capable versions with enhanced abilities will be released soon.
|
58 |
|
59 |
+
## Citation
|
60 |
+
If you find our work helpful, please consider citing the following paper:
|
61 |
+
```bibtex
|
62 |
+
@article{chipexpert2024,
|
63 |
+
title={ChipExpert: The First Open-Source Integrated-Circuit-Design-Specific Large Language Model},
|
64 |
+
author={Ning Xu, ZhaoyangZhang et al.},
|
65 |
+
journal={arXiv preprint arXiv:2024.xxxxx},
|
66 |
+
year={2024}
|
67 |
+
}
|
68 |
+
```
|
69 |
+
|
70 |
## Model Card Contact
|
71 |
|
72 |
- chipexpert@nctieda.com
|