Update README.md
Browse files
README.md
CHANGED
@@ -12,22 +12,22 @@ tags:
|
|
12 |
</div>
|
13 |
|
14 |
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
You can directly experience the capabilities and performance of ChipExpert by accessing [the provided link](http://27.18.114.16:23023). The UI is shown in the figure below.
|
18 |
<div align="center">
|
19 |
<img src="images/demo.png" alt="" width="1500" height="1500">
|
20 |
</div>
|
21 |
|
22 |
-
## Model Details
|
23 |
-
- The base model of ChipExpert was built upon the Llama-3 8B Base Model.
|
24 |
-
- The training process can be divided into three main phases: Continue Pretraining -> Supervised Fine-Tuning -> Reinforcement Learning with Human Feedback.
|
25 |
-
- The continue pretraining data comes from specialized corpora in ten sub-domains of IC design.
|
26 |
-
- The majority of the data in the instruction dataset is synthetic data, generated through an innovative multi-agent QA system, ensuring the quantity, quality, and diversity of the data.
|
27 |
-
- The professionalism of the responses is enhanced by utilizing innovative AI alignment methods.
|
28 |
-
- ChipExpert got benchmarked on the ChipBench dataset which will be released for the community soon!
|
29 |
-
- ChipExpert achieves superior performance in both foundational and cutting-edge knowledge in the field of semiconductors compared to mainstream closed-source models.
|
30 |
-
|
31 |
## Model Description
|
32 |
<!-- Provide a longer summary of what this model is. -->
|
33 |
|
|
|
12 |
</div>
|
13 |
|
14 |
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
<div style="text-align:center">
|
16 |
+
<p><strong><span style="font-size: 24px;">The First Open-Source Integrated-Circuit-Design-Specific Large Language Model.</span></strong></p>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
__ChipExpert__ is the first open-source, instructional LLM dedicated to the Integrated-Circuit-Design industry, covering knowledge across multiple sub-domains, including analog circuits, digital circuits, radio frequency (RF), semiconductor devices, electronic design automation (EDA), system-on-chip (SoC), computing-in-memory, and more. This model aims to provide teaching assistant services for students in the field of IC to learn fundamental knowledge, engineers to inquire about technical details, and researchers to investigate cutting-edge papers and research topics. The ultimate goal of this model is to help the integrated circuit industry reduce the learning barrier and lower the training costs.
|
20 |
+
|
21 |
+
## Key Features:
|
22 |
+
- The first Large Language Model (LLM) in the IC design field.
|
23 |
+
- A professional corpus covering ten specialized areas of IC design.
|
24 |
+
- Achieves superior performance in both foundational and cutting-edge knowledge compared to general LLMs.
|
25 |
|
26 |
You can directly experience the capabilities and performance of ChipExpert by accessing [the provided link](http://27.18.114.16:23023). The UI is shown in the figure below.
|
27 |
<div align="center">
|
28 |
<img src="images/demo.png" alt="" width="1500" height="1500">
|
29 |
</div>
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Model Description
|
32 |
<!-- Provide a longer summary of what this model is. -->
|
33 |
|