We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cf187 commit 653bfdaCopy full SHA for 653bfda
finetune.py
@@ -71,7 +71,7 @@ def train(
71
)
72
assert (
73
base_model
74
- ), "Please specify a --base_model, e.g. --base_model='LinhDuong/doctorwithbloom'"
+ ), "Please specify a --base_model, e.g. --base_model='bigscience/bloomz-7b1-mt'"
75
gradient_accumulation_steps = batch_size // micro_batch_size
76
77
device_map = "auto"
0 commit comments