Commit
·
20582fb
1
Parent(s):
c5cb953
update README
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ We introduced a new model designed for the Code generation task. Its test accura
|
|
| 6 |
|
| 7 |
Additionally, compared to previous open-source models, AutoCoder offers a new feature: it can **automatically install the required packages** and attempt to run the code until it deems there are no issues, **whenever the user wishes to execute the code**.
|
| 8 |
|
|
|
|
|
|
|
| 9 |
See details on the [AutoCoder GitHub](https://github.com/bin123apple/AutoCoder).
|
| 10 |
|
| 11 |
Simple test script:
|
|
|
|
| 6 |
|
| 7 |
Additionally, compared to previous open-source models, AutoCoder offers a new feature: it can **automatically install the required packages** and attempt to run the code until it deems there are no issues, **whenever the user wishes to execute the code**.
|
| 8 |
|
| 9 |
+
Its base model is deepseeker-coder.
|
| 10 |
+
|
| 11 |
See details on the [AutoCoder GitHub](https://github.com/bin123apple/AutoCoder).
|
| 12 |
|
| 13 |
Simple test script:
|