Skip to content

Commit

Permalink
Update prepare_dataset.md to add required val_split_fraction to JSON …
Browse files Browse the repository at this point in the history
…approach (#1273)
  • Loading branch information
rasbt authored Apr 11, 2024
1 parent fb2a39a commit 5dc541e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/prepare_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ Then simply run any of the finetuning scripts with this input:
litgpt finetune lora \
--data JSON \
--data.json_path path/to/your/data.json \
--val_split_fraction 0.1 \
--checkpoint_dir "checkpoints/tiiuae/falcon-7b"
```

Expand Down

0 comments on commit 5dc541e

Please sign in to comment.