Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support c4ai-command-r model #684

Merged
merged 21 commits into from
Apr 11, 2024
Prev Previous commit
Next Next commit
fix script
  • Loading branch information
jinghan authored and jinghan committed Apr 11, 2024
commit 377443a1918026f48f6a6026a2b1505411f46c4d
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 \
swift infer \
--ckpt_dir "output/c4ai-command-r-plus/vx-xxx/checkpoint-xx" \
--load_args_from_ckpt_dir true \
--eval_human true \
--temperature 0.3 \
--top_p 0.7 \
--repetition_penalty 1. \
--do_sample true \
--merge_lora false \
--load_dataset_config true \
--eval_human false \