Stanislas commited on
Commit
fc2006a
1 Parent(s): 642be22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -42,6 +42,14 @@ with torch.no_grad():
42
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
43
  ```
44
 
 
 
 
 
 
 
 
 
45
 
46
  ## License
47
 
 
42
  print(tokenizer.decode(outputs[0], skip_special_tokens=True))
43
  ```
44
 
45
+ ## Evaluation
46
+
47
+ | **Model** | **Seq Length** | **HumanEval** | **MBPP** | **NCB** | **LCB** | **HumanEvalFIM** | **CRUXEval-O** |
48
+ |-----------------------------|----------------|---------------|----------|---------|---------|------------------|----------------|
49
+ | Llama3-70B-intruct | 8K | 77.4 | 82.3 | 37.0 | 27.4 | - | - |
50
+ | DeepSeek Coder 33B Instruct | 16K | 81.1 | 80.4 | 39.3 | 29.3 | 78.2 | 49.9 |
51
+ | Codestral-22B | 32K | 81.1 | 78.2 | 46.0 | 35.3 | 91.6 | 51.3 |
52
+ | CodeGeeX4-All-9B | 128K | 82.3 | 75.7 | 40.4 | 28.5 | 85.0 | 47.1 |
53
 
54
  ## License
55