Skip to content

Commit dddb0e3

Browse files
Update README.md
1 parent f3e4e08 commit dddb0e3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For more information, refer to the [download](tutorials/download_model_weights.m
8989
 
9090

9191
### Finetune an LLM
92-
[Finetune](tutorials/finetune.md) a model to specialize it on your own custom dataset. Here's an example that finetunes phi-2:
92+
[Finetune](tutorials/finetune.md) a model to specialize it on your own custom dataset:
9393

9494
```bash
9595
# 1) Download a pretrained model
@@ -125,12 +125,11 @@ litgpt pretrain \
125125
litgpt chat \
126126
--checkpoint_dir out/phi-2-lora/final
127127
```
128-
Finetune an LLM on your own data:
129128

130129
 
131130

132131
> [!NOTE]
133-
> Full guide and docs are here: **[Zero to LitGPT: Getting Started with Pretraining, Finetuning, and Using LLMs](tutorials/0_to_litgpt.md)** if you are looking to get started with using LitGPT.
132+
> **[Read the full docs](tutorials/0_to_litgpt.md)**.
134133
135134
 
136135

0 commit comments

Comments
 (0)