Skip to content

Commit fe43b07

Browse files
committed
chore: apply PII threshold 0.9 to dynamic-config profile
Ensures consistent PII threshold across all e2e test profiles. Signed-off-by: Yossi Ovadia <[email protected]>
1 parent f51cf99 commit fe43b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/profiles/dynamic-config/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ config:
5050
pii_model:
5151
model_id: "models/lora_pii_detector_bert-base-uncased_model"
5252
use_modernbert: false # Use LoRA PII model with auto-detection
53-
threshold: 0.7
53+
threshold: 0.9
5454
use_cpu: true
5555
pii_mapping_path: "models/pii_classifier_modernbert-base_presidio_token_model/pii_type_mapping.json"
5656

0 commit comments

Comments
 (0)