pkudavid commited on
Commit
81b7769
1 Parent(s): 53e57cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ Code Shell uses GPT-2 as its foundational architecture and incorporates technolo
87
  We selected the two most popular code evaluation datasets currently available (HumanEval and MBPP) to assess the model. Compared to the two most advanced 7b LLM for code, CodeLllama and Starcoder, Codeshell achieved the best results. The specific evaluation results are as follows.
88
 
89
  ### Pass@1
90
- | 任务 | iter_0000230 | codellama | starcoder7b |
91
  | ------- | --------- | --------- | --------- |
92
  | humaneval | **34.32** | 29.44 | 27.80 |
93
  | mbpp | **38.65** | 37.60 | 34.16 |
 
87
  We selected the two most popular code evaluation datasets currently available (HumanEval and MBPP) to assess the model. Compared to the two most advanced 7b LLM for code, CodeLllama and Starcoder, Codeshell achieved the best results. The specific evaluation results are as follows.
88
 
89
  ### Pass@1
90
+ | 任务 | CodeShell | codellama | starcoder7b |
91
  | ------- | --------- | --------- | --------- |
92
  | humaneval | **34.32** | 29.44 | 27.80 |
93
  | mbpp | **38.65** | 37.60 | 34.16 |