aaabiao commited on
Commit
7e03a7b
1 Parent(s): e730d17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -29,11 +29,15 @@ This model is based on [deepseek-coder-1.3b-base](https://huggingface.co/deepsee
29
 
30
  ## Benchmark Scores
31
 
32
- ### Single-turn Score:
33
- | Benchmark | Humaneval (+) | MBPP (+) | Average(+) |
34
- |--------------|-----------------|--------------|--------------|
35
- |m-a-p/OpenCodeInterpreter-DS-1.3B| 0.652 (0.61) | 0.634 (0.524)| 0.643 (0.567)|
36
- | +Execution Feedback |0.652 (0.622) | 0.652 (0.556)| 0.652 (0.589)|
 
 
 
 
37
 
38
 
39
  ## Model Usage
 
29
 
30
  ## Benchmark Scores
31
 
32
+ The performance of the OpenCodeInterpreter-DS-1.3B is highlighted below, showcasing the improvements when execution feedback is incorporated. Scores are presented for two benchmarks: HumanEval and MBPP, with an average increase indicated to demonstrate the overall enhancement in performance.
33
+
34
+ | **Benchmark** | **HumanEval (+)** | **MBPP (+)** | **Average (+)** |
35
+ |----------------------------|--------------------|--------------|-----------------|
36
+ | **OpenCodeInterpreter-DS-1.3B** | 0.652 (0.61) | 0.634 (0.524)| 0.643 (0.567) |
37
+ | **+ Execution Feedback** | 0.652 (0.622) | 0.652 (0.556)| 0.652 (0.589) |
38
+
39
+ *Note: The values in parentheses represent scores prior to the integration of execution feedback, illustrating the performance improvements across benchmarks.*
40
+
41
 
42
 
43
  ## Model Usage