Skip to content

Commit

Permalink
Update phishing validation fix to match label changes made in PR nv-m…
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Nov 30, 2023
1 parent 4ef7142 commit b7ea407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validation/val-run-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function run_pipeline_phishing_email(){
preprocess --vocab_hash_file=${MORPHEUS_ROOT}/morpheus/data/bert-base-uncased-hash.txt --truncation=True --do_lower_case=True --add_special_tokens=False \
${INFERENCE_STAGE} \
monitor --description "Inference Rate" --smoothing=0.001 --unit inf \
add-class --label=pred --threshold=0.7 \
add-class --label=is_phishing --threshold=0.7 \
validate --val_file_name=${VAL_FILE} --results_file_name=${VAL_OUTPUT} --overwrite \
serialize \
to-file --filename=${OUTPUT_FILE} --overwrite
Expand Down

0 comments on commit b7ea407

Please sign in to comment.