init project

This commit is contained in:
Dejian
2023-11-02 22:07:09 +08:00
commit a4ba628dfd
111 changed files with 26064 additions and 0 deletions

4
Evaluation/MBPP/eval.sh Normal file
View File

@@ -0,0 +1,4 @@
MODEL_NAME_OR_PATH="deepseek-ai/deepseek-coder-1b-base/"
DATASET_ROOT="data/"
LANGUAGE="python"
CUDA_VISIBLE_DEVICES=1,2,3 python -m accelerate.commands.launch --config_file test_config.yaml eval_pal.py --logdir ${MODEL_NAME_OR_PATH} --language ${LANGUAGE} --dataroot ${DATASET_ROOT}