Blackroot commited on
Commit
4b12d3d
1 Parent(s): 16ba0f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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,