Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,16 @@ Code Repo: https://github.com/xufangzhi/ENVISIONS
|
|
| 17 |
|
| 18 |
|
| 19 |
## Note
|
| 20 |
-
The work is under review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
## Citation
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
## Note
|
| 20 |
+
The self-training process is based on LLaMA2-Chat model serieses and powered by ENVISIONS. The work is still under review.
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
## Prompt for Zero-shot Evaluation
|
| 24 |
+
|
| 25 |
+
```markdown
|
| 26 |
+
Write Python code to solve the question.
|
| 27 |
+
The question is: <question>
|
| 28 |
+
The solution code is:
|
| 29 |
+
```
|
| 30 |
|
| 31 |
|
| 32 |
## Citation
|