Chengran98 commited on
Commit
a46e9bd
·
verified ·
1 Parent(s): b4a1e58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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.