Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon authored Apr 13, 2024
1 parent 18c4ae4 commit 7bb498f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ litgpt chat \
--checkpoint_dir out/phi-2-lora/final
```

### Pretrain an LLM
Train an LLM from scratch on your own data via pretraining:

```bash
Expand All @@ -131,7 +132,8 @@ litgpt chat \
--checkpoint_dir out/custom-model/final
```

Specialize an already pretrained model by training on custom data:
### Continue pretraining an LLM
This is another way of finetuning that specialize an already pretrained model by training on custom data:

```
mkdir -p custom_texts
Expand Down

0 comments on commit 7bb498f

Please sign in to comment.