Datasets:

Modalities:
Image
ArXiv:
License:
KerwinJob commited on
Commit
9bba1c7
1 Parent(s): 4635654

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -29,11 +29,9 @@ tioners in the field.
29
 
30
  ## Results
31
 
32
- <div style="text-align: center;">
33
- <img src="./Models_Zero_Shot.png" class="result"
34
- width="45%" />
35
- <img src="./win_rate_zero.png" class="result"
36
- width="45%" />
37
  </div>
38
 
39
  We propose evaluating LLMs across four scenarios capturing various code editing capabilities, namely code debug, code translate, code polish, and code requirement switch.The figure in left depicts various model performances across the four scenarios available in CodeEditorBench\_Plus in a radial plot – highlighting how relative differences across models change across the scenarios. We also give the Performance of open-source and closed-source models on CodeEditorBench\_Plus in zero-shot evaluated through win\_rate in the right figure.
 
29
 
30
  ## Results
31
 
32
+ <div style="display: flex; justify-content: space-around; align-items: center;">
33
+ <img src="Models_Zero_Shot.png" alt="First Image Description" style="width: 48%;" />
34
+ <img src="win_rate_zero.png" alt="Second Image Description" style="width: 48%;" />
 
 
35
  </div>
36
 
37
  We propose evaluating LLMs across four scenarios capturing various code editing capabilities, namely code debug, code translate, code polish, and code requirement switch.The figure in left depicts various model performances across the four scenarios available in CodeEditorBench\_Plus in a radial plot – highlighting how relative differences across models change across the scenarios. We also give the Performance of open-source and closed-source models on CodeEditorBench\_Plus in zero-shot evaluated through win\_rate in the right figure.