Skip to content

Commit

Permalink
Add new FT instructions (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu authored Apr 26, 2024
1 parent 6cfd2a3 commit f97f02e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/train/yamls/finetune/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# How to finetune a new Hugging Face model
Using the [DBRX yaml](https://github.com/mosaicml/llm-foundry/blob/main/scripts/train/yamls/finetune/dbrx-full-ft.yaml) as a template, change the following fields for the new model:
- `max_seq_len`
- `model/pretrained_model_name_or_path`
- `tokenizer/name`
Open a GitHub issue if these steps don't work. Most new causal LMs should work out of the box.

0 comments on commit f97f02e

Please sign in to comment.