cistine commited on
Commit
170350e
1 Parent(s): 613e35c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -38,7 +38,7 @@ Unlike some models, Phi-2 hasn't been fine-tuned through reinforcement learning
38
  opencsg-phi-2-v0.1 is a series of models based on phi-2 that have been fine-tuned using full-parameter tuning methods.
39
  <br>
40
 
41
- This is the repository for the base 13B version finetuned based on [CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf).
42
 
43
  | Model Size | Base Model |
44
  | --- | ----------------------------------------------------------------------------- |
@@ -62,7 +62,7 @@ To simplify the comparison, we chosed the Pass@1 metric for the Python language,
62
  | Model | HumanEval python pass@1 |
63
  | --- |----------------------------------------------------------------------------- |
64
  | phi-2 | 48.2% |
65
- | **opencsg-phi-2-v0.1** |**54.3**|
66
 
67
 
68
 
@@ -143,7 +143,7 @@ opencsg-phi-2-v0.1是是一系列基于phi-2的通过全参数微调方法进行
143
 
144
  <br>
145
 
146
- 这是基于 [CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf) 进行微调的模型版本。
147
 
148
  | 模型大小 | 基座模型 |
149
  | --- | ----------------------------------------------------------------------------- |
@@ -166,7 +166,7 @@ HumanEval 是评估模型在代码生成方面性能的最常见的基准,尤
166
  | 模型 | HumanEval python pass@1 |
167
  | --- |----------------------------------------------------------------------------- |
168
  | phi-2 | 48.2% |
169
- | **opencsg-phi-2-v0.1** |**54.3**|
170
 
171
 
172
 
 
38
  opencsg-phi-2-v0.1 is a series of models based on phi-2 that have been fine-tuned using full-parameter tuning methods.
39
  <br>
40
 
41
+ This is the repository for the base 2.7B version finetuned based on [phi-2](https://huggingface.co/microsoft/phi-2).
42
 
43
  | Model Size | Base Model |
44
  | --- | ----------------------------------------------------------------------------- |
 
62
  | Model | HumanEval python pass@1 |
63
  | --- |----------------------------------------------------------------------------- |
64
  | phi-2 | 48.2% |
65
+ | **opencsg-phi-2-v0.1** |**54.3%**|
66
 
67
 
68
 
 
143
 
144
  <br>
145
 
146
+ 这是基于 [phi-2](https://huggingface.co/microsoft/phi-2) 进行微调的模型版本。
147
 
148
  | 模型大小 | 基座模型 |
149
  | --- | ----------------------------------------------------------------------------- |
 
166
  | 模型 | HumanEval python pass@1 |
167
  | --- |----------------------------------------------------------------------------- |
168
  | phi-2 | 48.2% |
169
+ | **opencsg-phi-2-v0.1** |**54.3%**|
170
 
171
 
172