Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 22, 2024
1 parent 43373d8 commit 393d516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config_hub/finetune/stablelm-base-alpha-3b/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ optimizer:
# (type: tuple, default: (0.9,0.999))
betas:
- 0.9
- 0.95
- 0.95
2 changes: 0 additions & 2 deletions tutorials/pretrain.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ litgpt pretrain \
--data TextFiles \
--data.train_data_path custom_pretraining_data \
--train.lr_warmup_steps=200
--optimizer AdamW \
--optimizer.lr 0.005
```

Expand Down Expand Up @@ -119,7 +118,6 @@ litgpt pretrain \
--data TextFiles \
--data.train_data_path custom_pretraining_data \
--train.lr_warmup_steps=200
--optimizer AdamW \
--optimizer.lr 0.005
```

Expand Down

0 comments on commit 393d516

Please sign in to comment.