Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Jul 21, 2024
1 parent 54979d7 commit 1526a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/llm-hyperparameter-optimization-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ cl.tune(
# Use 3000 samples from Yelp dataset.
dataset_provider_parameters = HuggingFaceDatasetParams(
repo_id = "yelp_review_full",
split = "train[:100]",
split = "train[:3000]",
),
# Specify HuggingFace Trainer parameters.
trainer_parameters = HuggingFaceTrainerParams(
Expand Down

0 comments on commit 1526a9d

Please sign in to comment.