Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ VerilogProtoModel is a predictive model for Verilog next-token prediction, desig
|
|
| 18 |
|
| 19 |
### Model Description
|
| 20 |
|
| 21 |
-
VerilogProtoModel is developed to predict the next token in Verilog code, aiming to enhance coding efficiency and accuracy. The model was fine-tuned on a large dataset of Verilog code, with significant preprocessing to clean and anonymize the data. It achieved
|
| 22 |
|
| 23 |
- **Developed by:** Von Davis
|
| 24 |
- **Model type:** GPT-2
|
|
|
|
| 18 |
|
| 19 |
### Model Description
|
| 20 |
|
| 21 |
+
VerilogProtoModel is developed to predict the next token in Verilog code, aiming to enhance coding efficiency and accuracy. The model was fine-tuned on a large dataset of Verilog code, with significant preprocessing to clean and anonymize the data. It achieved 52% accuracy in predicting the correct next token out of approximately 40,000 possibilities, showcasing its potential to improve the coding process for hardware description languages.
|
| 22 |
|
| 23 |
- **Developed by:** Von Davis
|
| 24 |
- **Model type:** GPT-2
|