We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python src/train_bash.py --stage pt --model_name_or_path /hy-tmp/model/AquilaCode-multi --do_train --dataset my_code --template aquila --lora_target all --finetuning_type lora --output_dir sft_checkpoint_aquila --overwrite_cache --per_device_train_batch_size 4 --gradient_accumulation_steps 1 --lr_scheduler_type cosine --logging_steps 1 --save_steps 100 --save_total_limit 10 --learning_rate 5e-5 --num_train_epochs 1000 --plot_loss --fp16 --quantization_bit 4
No response
The text was updated successfully, but these errors were encountered:
--save_safetensors False
Sorry, something went wrong.
No branches or pull requests
Reminder
Reproduction
python src/train_bash.py
--stage pt
--model_name_or_path /hy-tmp/model/AquilaCode-multi
--do_train
--dataset my_code
--template aquila
--lora_target all
--finetuning_type lora
--output_dir sft_checkpoint_aquila
--overwrite_cache
--per_device_train_batch_size 4
--gradient_accumulation_steps 1
--lr_scheduler_type cosine
--logging_steps 1
--save_steps 100
--save_total_limit 10
--learning_rate 5e-5
--num_train_epochs 1000
--plot_loss
--fp16
--quantization_bit 4
Expected behavior
No response
System Info
No response
Others
No response
The text was updated successfully, but these errors were encountered: