1 Star 0 Fork 0

TF-boy/MedicalGPT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_rl.sh 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
shibing624 提交于 2023-08-25 23:21 . update shell.
CUDA_VISIBLE_DEVICES=0,1 torchrun --nproc_per_node 2 rl_training.py \
--model_type bloom \
--model_name_or_path bigscience/bloomz-560m \
--reward_model_name_or_path OpenAssistant/reward-model-deberta-v3-large-v2 \
--torch_dtype float16 \
--device_map auto \
--train_file_dir ./data/finetune \
--validation_file_dir ./data/finetune \
--batch_size 8 \
--max_source_length 256 \
--max_target_length 256 \
--max_train_samples 1000 \
--use_peft True \
--lora_rank 8 \
--lora_alpha 16 \
--lora_dropout 0.05 \
--do_train \
--max_steps 100 \
--learning_rate 1e-5 \
--save_steps 50 \
--output_dir outputs-rl-bloom-v1 \
--early_stopping True \
--target_kl 0.1 \
--reward_baseline 0.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/TF-boy/MedicalGPT.git
git@gitee.com:TF-boy/MedicalGPT.git
TF-boy
MedicalGPT
MedicalGPT
main

搜索帮助