Commit de3790a
committed
chore: switch default config to use LoRA models with optimized thresholds
Update default configuration to use LoRA-based classification:
- Intent classification: lora_intent_classifier_bert-base-uncased_model
- PII detection: lora_pii_detector_bert-base-uncased_model with threshold 0.9
This aligns the default config with e2e test configurations for
consistency across all environments.
Signed-off-by: Yossi Ovadia <[email protected]>1 parent 52ec739 commit de3790a
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
| 64 | + | |
66 | 65 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments