File tree 3 files changed +3
-3
lines changed
Filter options
3 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ We also modified the relevant configuration of ckpt_config to save the evaluatio
26
26
``` commandline
27
27
{
28
28
"CodeFuse-13B": {
29
- "path": "/mnt/user/294761/bigcode /CodeFuse13B-evol-instruction-4K/", // model path
29
+ "path": "/mnt/model /CodeFuse13B-evol-instruction-4K/", // model path
30
30
"processor_class": "codefuseEval.process.codefuse13b.Codefuse13BProcessor", // processor path (please create file in "codefuseEval.process")
31
31
"tokenizer": {
32
32
"truncation": true,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ process_after:由于模型生成结果多样性,为了适配评测框架,
27
27
``` commandline
28
28
{
29
29
"CodeFuse-13B": {
30
- "path": "/mnt/user/294761/bigcode /CodeFuse13B-evol-instruction-4K/", // 模型路径
30
+ "path": "/mnt/model /CodeFuse13B-evol-instruction-4K/", // 模型路径
31
31
"processor_class": "codefuseEval.process.codefuse13b.Codefuse13BProcessor", // 处理器路径 (请把处理器类文件放在codefuseEval/process/下,否则会读取失败)
32
32
"dataset": "humaneval_python", // 评测数据集
33
33
"language": "python",
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ setuptools==65.6.3
9
9
cpm_kernels == 1.0.11
10
10
deepspeed == 0.8.3
11
11
huggingface-hub == 0.16.4
12
- numpy == 1.21.6
12
+ numpy == 1.22
13
13
matplotlib == 3.5.2
14
14
gensim == 4.2.0
15
15
DateTime == 4.7
You can’t perform that action at this time.
0 commit comments