TomPei commited on
Commit
eff66a3
·
verified ·
1 Parent(s): 93c5fc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -50,11 +50,11 @@ This is the repository for the base 7B version finetuned based on [CodeLlama-7b-
50
  | Model | HumanEval python pass@1 |
51
  | --- |----------------------------------------------------------------------------- |
52
  | CodeLlama-7b-hf | 30.5%|
53
- | opencsg-CodeLlama-7b-v0.1(4k) | 42.7% |
54
  | CodeLlama-13b-hf | 36.0%|
55
- | opencsg-CodeLlama-13b-v0.1(4k) | 45.1% |
56
  | CodeLlama-34b-hf | 48.2%|
57
- | opencsg-CodeLlama-34b-v0.1(4k)| 48.8% |
58
 
59
  ```python
60
  from transformers import AutoTokenizer
 
50
  | Model | HumanEval python pass@1 |
51
  | --- |----------------------------------------------------------------------------- |
52
  | CodeLlama-7b-hf | 30.5%|
53
+ | opencsg-CodeLlama-7b-v0.1(4k) | **42.7%** |
54
  | CodeLlama-13b-hf | 36.0%|
55
+ | opencsg-CodeLlama-13b-v0.1(4k) | **45.1%** |
56
  | CodeLlama-34b-hf | 48.2%|
57
+ | opencsg-CodeLlama-34b-v0.1(4k)| **48.8%** |
58
 
59
  ```python
60
  from transformers import AutoTokenizer