Skip to content

Commit

Permalink
error: Unrecognized arguments: --val_split_fraction 0.1 (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magniveo authored Apr 15, 2024
1 parent af8347b commit de1e1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ litgpt finetune lora \
--checkpoint_dir checkpoints/microsoft/phi-2 \
--data JSON \
--data.json_path my_custom_dataset.json \
--val_split_fraction 0.1 \
--data.val_split_fraction 0.1 \
--out_dir out/phi-2-lora

# 3) Chat with the model
Expand Down
2 changes: 1 addition & 1 deletion tutorials/prepare_dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +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 \
--data.val_split_fraction 0.1 \
--checkpoint_dir "checkpoints/tiiuae/falcon-7b"
```

Expand Down

0 comments on commit de1e1c7

Please sign in to comment.