Update README.md
Browse files
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 |
-
| 任务 | CodeShell |
|
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-7b | CodeLlama-7b | Starcoder-7b |
|
91 |
| ------- | --------- | --------- | --------- |
|
92 |
| humaneval | **34.32** | 29.44 | 27.80 |
|
93 |
| mbpp | **38.65** | 37.60 | 34.16 |
|