1 Star 0 Fork 0

lzp/MedicalGPT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_dpo.sh 850 Bytes
一键复制 编辑 原始数据 按行查看 历史
shibing624 提交于 2023-08-28 00:43 . update jupyter.
CUDA_VISIBLE_DEVICES=0,1 python dpo_training.py \
--model_type bloom \
--model_name_or_path bigscience/bloomz-560m \
--train_file_dir ./data/reward \
--validation_file_dir ./data/reward \
--per_device_train_batch_size 4 \
--per_device_eval_batch_size 1 \
--do_train \
--do_eval \
--use_peft True \
--max_train_samples 1000 \
--max_eval_samples 10 \
--max_steps 100 \
--eval_steps 20 \
--save_steps 50 \
--max_source_length 128 \
--max_target_length 128 \
--output_dir outputs-dpo-bloom-v1 \
--target_modules all \
--lora_rank 8 \
--lora_alpha 16 \
--lora_dropout 0.05 \
--torch_dtype float16 \
--fp16 True \
--device_map auto \
--report_to tensorboard \
--remove_unused_columns False \
--gradient_checkpointing True \
--cache_dir ./cache
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuliu2017liuliu/MedicalGPT.git
git@gitee.com:liuliu2017liuliu/MedicalGPT.git
liuliu2017liuliu
MedicalGPT
MedicalGPT
main

搜索帮助