Stanislas commited on
Commit
4859e5d
1 Parent(s): fc2006a

Update README_zh.md

Browse files
Files changed (1) hide show
  1. README_zh.md +9 -0
README_zh.md CHANGED
@@ -27,6 +27,15 @@ with torch.no_grad():
27
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
28
  ```
29
 
 
 
 
 
 
 
 
 
 
30
  ## License
31
 
32
  CodeGeeX4-ALL-9B 模型的权重的使用则需要遵循 [License](./LICENSE).
 
27
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
28
  ```
29
 
30
+ ## 评测指标
31
+
32
+ | **模型** | **序列长度** | **HumanEval** | **MBPP** | **NCB** | **LCB** | **HumanEvalFIM** | **CRUXEval-O** |
33
+ |-----------------------------|----------------|---------------|----------|---------|---------|------------------|----------------|
34
+ | Llama3-70B-intruct | 8K | 77.4 | 82.3 | 37.0 | 27.4 | - | - |
35
+ | DeepSeek Coder 33B Instruct | 16K | 81.1 | 80.4 | 39.3 | 29.3 | 78.2 | 49.9 |
36
+ | Codestral-22B | 32K | 81.1 | 78.2 | 46.0 | 35.3 | 91.6 | 51.3 |
37
+ | CodeGeeX4-All-9B | 128K | 82.3 | 75.7 | 40.4 | 28.5 | 85.0 | 47.1 |
38
+
39
  ## License
40
 
41
  CodeGeeX4-ALL-9B 模型的权重的使用则需要遵循 [License](./LICENSE).