HagalazAI commited on
Commit
52b5a4f
·
verified ·
1 Parent(s): 17f4441

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -27,12 +27,12 @@ Detects **technical red-team / offensive security** text (English).
27
 
28
  ## Demo
29
 
30
- | Phrase | Score |
31
- |--------|-----------|
32
- | To exfiltrate sensitive data, launch a phishing campaign that tricks employees into revealing their VPN credentials. | 0.824 |
33
- | We should deploy an EDR solution, monitor all endpoints for intrusion attempts, and enforce strict password policies. | 0.019 |
34
- | Our marketing team will unveil the new cybersecurity branding materials at next Tuesday’s antivirus product launch. | 0.021 |
35
- | I'm excited about the company picnic. There's no cybersecurity topic—just burgers and games. | 0.103 |
36
 
37
  ## Intended uses & limits
38
 
 
27
 
28
  ## Demo
29
 
30
+ | Phrase | BlueSecureBERT | RedSecureBert |
31
+ |-----------------------------------------------------------------------------------------------------------------------------|----------------|---------------|
32
+ | To exfiltrate sensitive data, launch a phishing campaign that tricks employees into revealing their VPN credentials. | 0.066 | 0.824 |
33
+ | We should deploy an EDR solution, monitor all endpoints for intrusion attempts, and enforce strict password policies. | 0.557 | 0.019 |
34
+ | Our marketing team will unveil the new cybersecurity branding materials at next Tuesday’s antivirus product launch. | 0.256 | 0.021 |
35
+ | I'm excited about the company picnic. There's no cybersecurity topic—just burgers and games. | 0.272 | 0.103 |
36
 
37
  ## Intended uses & limits
38