Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions huggingface_sagemaker_deployer/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@
# as test set.
python run.py --num-epochs 3 --train-batch-size 8 --eval-batch-size 8

\b
# Run the pipeline with Quality Gate for accuracy set at 90% for train set
# and 85% for test set. If any of accuracies will be lower - pipeline will fail.
python run.py --min-train-accuracy 0.9 --min-test-accuracy 0.85 --fail-on-accuracy-quality-gates


"""
)
@click.option(
Expand Down