TomPei commited on
Commit
c3c0a2e
·
verified ·
1 Parent(s): 3f5ad4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -47,11 +47,11 @@ This is the repository for the base 7B version finetuned based on [CodeLlama-7b-
47
  ## Model Eval
48
 
49
 
50
- | Model | Base Model |
51
  | --- |----------------------------------------------------------------------------- |
52
- | CodeLlama-7b-hf | |[opencsg/Opencsg-CodeLlama-7b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-7b-v0.1) |
53
- | CodeLlama-13b-hf | |[opencsg/Opencsg-CodeLlama-13b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-13b-v0.1) |
54
- | CodeLlama-34b-hf | |[opencsg/Opencsg-CodeLlama-34b-v0.1](https://huggingface.co/opencsg/opencsg-CodeLlama-34b-v0.1) |
55
 
56
  ```python
57
  from transformers import AutoTokenizer
 
47
  ## Model Eval
48
 
49
 
50
+ | Model | HumanEval python pass@1 |
51
  | --- |----------------------------------------------------------------------------- |
52
+ | CodeLlama-7b-hf | 30.5%|
53
+ | CodeLlama-13b-hf | 36.0%|
54
+ | CodeLlama-34b-hf | 48.2%|
55
 
56
  ```python
57
  from transformers import AutoTokenizer