add mbpp instruct eval

This commit is contained in:
Yang Dejian
2023-11-23 15:21:59 +08:00
parent 3f8ce2191f
commit d40caedfdf
4 changed files with 144 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ And please choose appropriate hyper-parameters(e.g., `learning_rate`, `per_devic
```bash
DATA_PATH="<your_data_path>"
OUTPUT_PATH="<your_output_path>"
MODEL="deepseek-ai/deepseek-coder-6.7b-instruct"
MODEL_PATH="deepseek-ai/deepseek-coder-6.7b-instruct"
deepspeed finetune_deepseekcoder.py \
--model_name_or_path $MODEL_PATH \