Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- SeekBCD/BCD-Agent_Dataset
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
base_model:
|
| 9 |
+
- SeekBCD/Seek-BCD_Chat
|
| 10 |
+
tags:
|
| 11 |
+
- Bipolar-CMOS-DMOS
|
| 12 |
+
- Function_Calling
|
| 13 |
+
- Agent
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
Seek-BCD_Agent
|
| 17 |
+
Seek-BCD_Agent is a domain-specialized Large Language Model (LLM) agent purpose-built for Bipolar-CMOS-DMOS (BCD) technology. It is the final evolution of the Seek-BCD model family, capable of autonomous tool invocation for device prediction and multi-objective optimization tasks.
|
| 18 |
+
Model Description
|
| 19 |
+
Seek-BCD_Agent represents Stage 4 (Agentic Workflow) of our four-stage evolutionary training pipeline. Building upon Seek-BCD_Chat, this model has been further fine-tuned with function-calling capabilities, enabling it to:
|
| 20 |
+
|
| 21 |
+
Autonomously invoke external tools for BCD device prediction and optimization
|
| 22 |
+
Parse complex scientific notations and parameter aliases accurately
|
| 23 |
+
Enforce physical constraints through built-in range validation
|
| 24 |
+
Execute closed-loop engineering workflows for CMOS, LDMOS, and DEMOS devices
|