Update README.md
Browse files
README.md
CHANGED
|
@@ -51,5 +51,11 @@ prompt = instruct_prompt+{user promt}
|
|
| 51 |
|
| 52 |
response = model.generate(prompt, sampling_params=sampling_params)
|
| 53 |
|
|
|
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
```
|
|
|
|
|
|
| 51 |
|
| 52 |
response = model.generate(prompt, sampling_params=sampling_params)
|
| 53 |
|
| 54 |
+
```
|
| 55 |
|
| 56 |
+
# Evaluation
|
| 57 |
+
The final solution provided in this version of CodeThinker is currently found under:
|
| 58 |
+
```
|
| 59 |
+
## Final Solution -> ### Solution Code -> ```python[solution]```
|
| 60 |
```
|
| 61 |
+
[TO DO]: An upcoming release will include improvements by wrapping the code solution within a specialized token (<solution>...</solution>) to enhance parsing capabilities.
|