We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a134acc commit 755804aCopy full SHA for 755804a
config/config.yaml
@@ -63,9 +63,9 @@ classifier:
63
use_cpu: true
64
category_mapping_path: "models/lora_intent_classifier_bert-base-uncased_model/category_mapping.json"
65
pii_model:
66
- model_id: "models/pii_classifier_modernbert-base_presidio_token_model"
67
- use_modernbert: true
68
- threshold: 0.7
+ model_id: "models/lora_pii_detector_bert-base-uncased_model"
+ use_modernbert: false
+ threshold: 0.9
69
70
pii_mapping_path: "models/pii_classifier_modernbert-base_presidio_token_model/pii_type_mapping.json"
71
0 commit comments