Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ trainer = SFTTrainer(
|
|
39 |
args = TrainingArguments(
|
40 |
per_device_train_batch_size = 2,
|
41 |
warmup_steps = 45,
|
42 |
-
num_train_epochs=2,
|
43 |
fp16 = not torch.cuda.is_bf16_supported(),
|
44 |
bf16 = torch.cuda.is_bf16_supported(),
|
45 |
logging_steps = 15,
|
|
|
39 |
args = TrainingArguments(
|
40 |
per_device_train_batch_size = 2,
|
41 |
warmup_steps = 45,
|
42 |
+
num_train_epochs=2, #1 for base-pretraining
|
43 |
fp16 = not torch.cuda.is_bf16_supported(),
|
44 |
bf16 = torch.cuda.is_bf16_supported(),
|
45 |
logging_steps = 15,
|