Token Classification
Transformers
Safetensors
privacy_filter
privacy
pii
secrets
code-security
matex
Instructions to use enosislabs/aether-privacy-v0.17 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use enosislabs/aether-privacy-v0.17 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="enosislabs/aether-privacy-v0.17")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("enosislabs/aether-privacy-v0.17", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload matex-privacy-sentinel-v0.1 trained on Modal B200
Browse files- README.md +38 -0
- USAGE.txt +7 -0
- config.json +189 -0
- custom_label_space.json +37 -0
- finetune_summary.json +119 -0
- matex_training_manifest.json +1526 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
base_model: openai/privacy-filter
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- token-classification
|
| 7 |
+
- privacy
|
| 8 |
+
- pii
|
| 9 |
+
- secrets
|
| 10 |
+
- code-security
|
| 11 |
+
- matex
|
| 12 |
+
datasets:
|
| 13 |
+
- enosislabs/aether-privacy-dataset
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# MaTE X Privacy Sentinel v0.1
|
| 17 |
+
|
| 18 |
+
Fine-tuned checkpoint based on OpenAI Privacy Filter for local privacy/security redaction in MaTE X.
|
| 19 |
+
|
| 20 |
+
Privacy Filter commit: `f7f00ca7fb869683eb732c010299d901457f19c3`
|
| 21 |
+
|
| 22 |
+
Validation span F1: `0.995583`
|
| 23 |
+
|
| 24 |
+
Test span F1: `0.989417`
|
| 25 |
+
|
| 26 |
+
## Dataset
|
| 27 |
+
|
| 28 |
+
`enosislabs/aether-privacy-dataset`
|
| 29 |
+
|
| 30 |
+
## Usage
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
opf --checkpoint . "DATABASE_URL=postgres://demo_user:demo_pass@db.local/matex"
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
## Limitation
|
| 37 |
+
|
| 38 |
+
This is a privacy/security aid, not a compliance guarantee. Run your own canary evaluation before production.
|
USAGE.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Finetuned checkpoint generated by `opf train`.
|
| 2 |
+
|
| 3 |
+
Run local inference:
|
| 4 |
+
opf --checkpoint /__modal/volumes/vo-NBB7zc96BBQhlZiNkV8ecx/matex-privacy-sentinel-v0.1 --device cuda "Alice was born on 1990-01-02."
|
| 5 |
+
|
| 6 |
+
Run eval:
|
| 7 |
+
opf eval /path/to/eval.jsonl --checkpoint /__modal/volumes/vo-NBB7zc96BBQhlZiNkV8ecx/matex-privacy-sentinel-v0.1 --device cuda
|
config.json
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bidirectional_context": true,
|
| 3 |
+
"bidirectional_left_context": 128,
|
| 4 |
+
"bidirectional_right_context": 128,
|
| 5 |
+
"category_version": "matex_privacy_sentinel_v0_1",
|
| 6 |
+
"default_n_ctx": 128000,
|
| 7 |
+
"encoding": "o200k_base",
|
| 8 |
+
"experts_per_token": 4,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_size": 640,
|
| 11 |
+
"inference_contract_version": 1,
|
| 12 |
+
"initial_context_length": 4096,
|
| 13 |
+
"intermediate_size": 640,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"model_type": "privacy_filter",
|
| 16 |
+
"ner_class_names": [
|
| 17 |
+
"O",
|
| 18 |
+
"B-account_number",
|
| 19 |
+
"I-account_number",
|
| 20 |
+
"E-account_number",
|
| 21 |
+
"S-account_number",
|
| 22 |
+
"B-private_address",
|
| 23 |
+
"I-private_address",
|
| 24 |
+
"E-private_address",
|
| 25 |
+
"S-private_address",
|
| 26 |
+
"B-private_email",
|
| 27 |
+
"I-private_email",
|
| 28 |
+
"E-private_email",
|
| 29 |
+
"S-private_email",
|
| 30 |
+
"B-private_person",
|
| 31 |
+
"I-private_person",
|
| 32 |
+
"E-private_person",
|
| 33 |
+
"S-private_person",
|
| 34 |
+
"B-private_phone",
|
| 35 |
+
"I-private_phone",
|
| 36 |
+
"E-private_phone",
|
| 37 |
+
"S-private_phone",
|
| 38 |
+
"B-private_url",
|
| 39 |
+
"I-private_url",
|
| 40 |
+
"E-private_url",
|
| 41 |
+
"S-private_url",
|
| 42 |
+
"B-private_date",
|
| 43 |
+
"I-private_date",
|
| 44 |
+
"E-private_date",
|
| 45 |
+
"S-private_date",
|
| 46 |
+
"B-secret",
|
| 47 |
+
"I-secret",
|
| 48 |
+
"E-secret",
|
| 49 |
+
"S-secret",
|
| 50 |
+
"B-api_key",
|
| 51 |
+
"I-api_key",
|
| 52 |
+
"E-api_key",
|
| 53 |
+
"S-api_key",
|
| 54 |
+
"B-auth_token",
|
| 55 |
+
"I-auth_token",
|
| 56 |
+
"E-auth_token",
|
| 57 |
+
"S-auth_token",
|
| 58 |
+
"B-session_cookie",
|
| 59 |
+
"I-session_cookie",
|
| 60 |
+
"E-session_cookie",
|
| 61 |
+
"S-session_cookie",
|
| 62 |
+
"B-database_uri",
|
| 63 |
+
"I-database_uri",
|
| 64 |
+
"E-database_uri",
|
| 65 |
+
"S-database_uri",
|
| 66 |
+
"B-cloud_credential",
|
| 67 |
+
"I-cloud_credential",
|
| 68 |
+
"E-cloud_credential",
|
| 69 |
+
"S-cloud_credential",
|
| 70 |
+
"B-private_file_path",
|
| 71 |
+
"I-private_file_path",
|
| 72 |
+
"E-private_file_path",
|
| 73 |
+
"S-private_file_path",
|
| 74 |
+
"B-internal_url",
|
| 75 |
+
"I-internal_url",
|
| 76 |
+
"E-internal_url",
|
| 77 |
+
"S-internal_url",
|
| 78 |
+
"B-workspace_identity",
|
| 79 |
+
"I-workspace_identity",
|
| 80 |
+
"E-workspace_identity",
|
| 81 |
+
"S-workspace_identity",
|
| 82 |
+
"B-customer_data",
|
| 83 |
+
"I-customer_data",
|
| 84 |
+
"E-customer_data",
|
| 85 |
+
"S-customer_data",
|
| 86 |
+
"B-prompt_sensitive",
|
| 87 |
+
"I-prompt_sensitive",
|
| 88 |
+
"E-prompt_sensitive",
|
| 89 |
+
"S-prompt_sensitive",
|
| 90 |
+
"B-agent_memory_sensitive",
|
| 91 |
+
"I-agent_memory_sensitive",
|
| 92 |
+
"E-agent_memory_sensitive",
|
| 93 |
+
"S-agent_memory_sensitive",
|
| 94 |
+
"B-stacktrace_sensitive",
|
| 95 |
+
"I-stacktrace_sensitive",
|
| 96 |
+
"E-stacktrace_sensitive",
|
| 97 |
+
"S-stacktrace_sensitive",
|
| 98 |
+
"B-repo_secret",
|
| 99 |
+
"I-repo_secret",
|
| 100 |
+
"E-repo_secret",
|
| 101 |
+
"S-repo_secret",
|
| 102 |
+
"B-payment_token",
|
| 103 |
+
"I-payment_token",
|
| 104 |
+
"E-payment_token",
|
| 105 |
+
"S-payment_token",
|
| 106 |
+
"B-personal_document_id",
|
| 107 |
+
"I-personal_document_id",
|
| 108 |
+
"E-personal_document_id",
|
| 109 |
+
"S-personal_document_id",
|
| 110 |
+
"B-signing_key",
|
| 111 |
+
"I-signing_key",
|
| 112 |
+
"E-signing_key",
|
| 113 |
+
"S-signing_key",
|
| 114 |
+
"B-oauth_credential",
|
| 115 |
+
"I-oauth_credential",
|
| 116 |
+
"E-oauth_credential",
|
| 117 |
+
"S-oauth_credential",
|
| 118 |
+
"B-webhook_secret",
|
| 119 |
+
"I-webhook_secret",
|
| 120 |
+
"E-webhook_secret",
|
| 121 |
+
"S-webhook_secret",
|
| 122 |
+
"B-certificate_private_key",
|
| 123 |
+
"I-certificate_private_key",
|
| 124 |
+
"E-certificate_private_key",
|
| 125 |
+
"S-certificate_private_key",
|
| 126 |
+
"B-encryption_key",
|
| 127 |
+
"I-encryption_key",
|
| 128 |
+
"E-encryption_key",
|
| 129 |
+
"S-encryption_key",
|
| 130 |
+
"B-service_account",
|
| 131 |
+
"I-service_account",
|
| 132 |
+
"E-service_account",
|
| 133 |
+
"S-service_account",
|
| 134 |
+
"B-connection_credential",
|
| 135 |
+
"I-connection_credential",
|
| 136 |
+
"E-connection_credential",
|
| 137 |
+
"S-connection_credential",
|
| 138 |
+
"B-biometric_identifier",
|
| 139 |
+
"I-biometric_identifier",
|
| 140 |
+
"E-biometric_identifier",
|
| 141 |
+
"S-biometric_identifier"
|
| 142 |
+
],
|
| 143 |
+
"num_attention_heads": 14,
|
| 144 |
+
"num_experts": 128,
|
| 145 |
+
"num_hidden_layers": 8,
|
| 146 |
+
"num_key_value_heads": 2,
|
| 147 |
+
"num_labels": 125,
|
| 148 |
+
"param_dtype": "bfloat16",
|
| 149 |
+
"rope_ntk_alpha": 1.0,
|
| 150 |
+
"rope_ntk_beta": 32.0,
|
| 151 |
+
"rope_scaling_factor": 32.0,
|
| 152 |
+
"rope_theta": 150000,
|
| 153 |
+
"sliding_window": 257,
|
| 154 |
+
"span_class_names": [
|
| 155 |
+
"O",
|
| 156 |
+
"account_number",
|
| 157 |
+
"private_address",
|
| 158 |
+
"private_email",
|
| 159 |
+
"private_person",
|
| 160 |
+
"private_phone",
|
| 161 |
+
"private_url",
|
| 162 |
+
"private_date",
|
| 163 |
+
"secret",
|
| 164 |
+
"api_key",
|
| 165 |
+
"auth_token",
|
| 166 |
+
"session_cookie",
|
| 167 |
+
"database_uri",
|
| 168 |
+
"cloud_credential",
|
| 169 |
+
"private_file_path",
|
| 170 |
+
"internal_url",
|
| 171 |
+
"workspace_identity",
|
| 172 |
+
"customer_data",
|
| 173 |
+
"prompt_sensitive",
|
| 174 |
+
"agent_memory_sensitive",
|
| 175 |
+
"stacktrace_sensitive",
|
| 176 |
+
"repo_secret",
|
| 177 |
+
"payment_token",
|
| 178 |
+
"personal_document_id",
|
| 179 |
+
"signing_key",
|
| 180 |
+
"oauth_credential",
|
| 181 |
+
"webhook_secret",
|
| 182 |
+
"certificate_private_key",
|
| 183 |
+
"encryption_key",
|
| 184 |
+
"service_account",
|
| 185 |
+
"connection_credential",
|
| 186 |
+
"biometric_identifier"
|
| 187 |
+
],
|
| 188 |
+
"vocab_size": 200064
|
| 189 |
+
}
|
custom_label_space.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"category_version": "matex_privacy_sentinel_v0_1",
|
| 3 |
+
"span_class_names": [
|
| 4 |
+
"O",
|
| 5 |
+
"account_number",
|
| 6 |
+
"private_address",
|
| 7 |
+
"private_email",
|
| 8 |
+
"private_person",
|
| 9 |
+
"private_phone",
|
| 10 |
+
"private_url",
|
| 11 |
+
"private_date",
|
| 12 |
+
"secret",
|
| 13 |
+
"api_key",
|
| 14 |
+
"auth_token",
|
| 15 |
+
"session_cookie",
|
| 16 |
+
"database_uri",
|
| 17 |
+
"cloud_credential",
|
| 18 |
+
"private_file_path",
|
| 19 |
+
"internal_url",
|
| 20 |
+
"workspace_identity",
|
| 21 |
+
"customer_data",
|
| 22 |
+
"prompt_sensitive",
|
| 23 |
+
"agent_memory_sensitive",
|
| 24 |
+
"stacktrace_sensitive",
|
| 25 |
+
"repo_secret",
|
| 26 |
+
"payment_token",
|
| 27 |
+
"personal_document_id",
|
| 28 |
+
"signing_key",
|
| 29 |
+
"oauth_credential",
|
| 30 |
+
"webhook_secret",
|
| 31 |
+
"certificate_private_key",
|
| 32 |
+
"encryption_key",
|
| 33 |
+
"service_account",
|
| 34 |
+
"connection_credential",
|
| 35 |
+
"biometric_identifier"
|
| 36 |
+
]
|
| 37 |
+
}
|
finetune_summary.json
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"config_json": "/__modal/volumes/vo-NBB7zc96BBQhlZiNkV8ecx/matex-privacy-sentinel-v0.1/config.json",
|
| 4 |
+
"model_safetensors": "/__modal/volumes/vo-NBB7zc96BBQhlZiNkV8ecx/matex-privacy-sentinel-v0.1/model.safetensors",
|
| 5 |
+
"summary_json": "/__modal/volumes/vo-NBB7zc96BBQhlZiNkV8ecx/matex-privacy-sentinel-v0.1/finetune_summary.json"
|
| 6 |
+
},
|
| 7 |
+
"base_checkpoint": "/root/.opf/privacy_filter",
|
| 8 |
+
"batch_size": 64,
|
| 9 |
+
"best_epoch": 3,
|
| 10 |
+
"best_metric": 0.038856602354582756,
|
| 11 |
+
"best_metric_name": "validation_loss",
|
| 12 |
+
"checkpoint_category_version": "v2",
|
| 13 |
+
"device": "cuda",
|
| 14 |
+
"elapsed_s": 287.018142221,
|
| 15 |
+
"encoding": "o200k_base",
|
| 16 |
+
"epoch_metrics": [
|
| 17 |
+
{
|
| 18 |
+
"elapsed_s": 96.34647143299999,
|
| 19 |
+
"epoch": 1,
|
| 20 |
+
"optimizer_steps": 896,
|
| 21 |
+
"train_batches": 896,
|
| 22 |
+
"train_loss": 0.3105083373637657,
|
| 23 |
+
"train_token_accuracy": 0.9289533049033248,
|
| 24 |
+
"train_tokens": 5577909,
|
| 25 |
+
"validation_batches": 178,
|
| 26 |
+
"validation_loss": 0.08936190179288593,
|
| 27 |
+
"validation_token_accuracy": 0.9805722578141259,
|
| 28 |
+
"validation_tokens": 1066722
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"elapsed_s": 94.255017402,
|
| 32 |
+
"epoch": 2,
|
| 33 |
+
"optimizer_steps": 896,
|
| 34 |
+
"train_batches": 896,
|
| 35 |
+
"train_loss": 0.0659935026985409,
|
| 36 |
+
"train_token_accuracy": 0.9856110954839887,
|
| 37 |
+
"train_tokens": 5577909,
|
| 38 |
+
"validation_batches": 178,
|
| 39 |
+
"validation_loss": 0.05263130810319838,
|
| 40 |
+
"validation_token_accuracy": 0.9885255952347471,
|
| 41 |
+
"validation_tokens": 1066722
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"elapsed_s": 93.75627164700003,
|
| 45 |
+
"epoch": 3,
|
| 46 |
+
"optimizer_steps": 896,
|
| 47 |
+
"train_batches": 896,
|
| 48 |
+
"train_loss": 0.04346964351969865,
|
| 49 |
+
"train_token_accuracy": 0.9904863991147937,
|
| 50 |
+
"train_tokens": 5577909,
|
| 51 |
+
"validation_batches": 178,
|
| 52 |
+
"validation_loss": 0.038856602354582756,
|
| 53 |
+
"validation_token_accuracy": 0.9912638906856707,
|
| 54 |
+
"validation_tokens": 1066722
|
| 55 |
+
}
|
| 56 |
+
],
|
| 57 |
+
"epochs": 3,
|
| 58 |
+
"generated_at_unix": 1782358439.897962,
|
| 59 |
+
"grad_accum_steps": 1,
|
| 60 |
+
"label_space_json_path": "/__modal/volumes/vo-hrZPBiqGcoK8jg0eZ8vlDK/dataset/configs/custom_label_space.json",
|
| 61 |
+
"label_space_source": "label-space-json",
|
| 62 |
+
"learning_rate": 0.0003,
|
| 63 |
+
"max_grad_norm": 1.0,
|
| 64 |
+
"num_output_labels": 125,
|
| 65 |
+
"num_train_examples": 57316,
|
| 66 |
+
"num_train_windows": 57316,
|
| 67 |
+
"num_validation_examples": 11385,
|
| 68 |
+
"num_validation_windows": 11385,
|
| 69 |
+
"output_checkpoint_dir": "/__modal/volumes/vo-NBB7zc96BBQhlZiNkV8ecx/matex-privacy-sentinel-v0.1",
|
| 70 |
+
"output_head_reinitialized": true,
|
| 71 |
+
"output_head_rows_copied": 125,
|
| 72 |
+
"output_head_rows_copied_exact": 33,
|
| 73 |
+
"output_head_rows_copied_fallback": 92,
|
| 74 |
+
"resolved_category_version": "matex_privacy_sentinel_v0_1",
|
| 75 |
+
"resolved_n_ctx": 1024,
|
| 76 |
+
"schema_version": 1,
|
| 77 |
+
"serialized_param_dtype": "bfloat16",
|
| 78 |
+
"span_class_names": [
|
| 79 |
+
"O",
|
| 80 |
+
"account_number",
|
| 81 |
+
"private_address",
|
| 82 |
+
"private_email",
|
| 83 |
+
"private_person",
|
| 84 |
+
"private_phone",
|
| 85 |
+
"private_url",
|
| 86 |
+
"private_date",
|
| 87 |
+
"secret",
|
| 88 |
+
"api_key",
|
| 89 |
+
"auth_token",
|
| 90 |
+
"session_cookie",
|
| 91 |
+
"database_uri",
|
| 92 |
+
"cloud_credential",
|
| 93 |
+
"private_file_path",
|
| 94 |
+
"internal_url",
|
| 95 |
+
"workspace_identity",
|
| 96 |
+
"customer_data",
|
| 97 |
+
"prompt_sensitive",
|
| 98 |
+
"agent_memory_sensitive",
|
| 99 |
+
"stacktrace_sensitive",
|
| 100 |
+
"repo_secret",
|
| 101 |
+
"payment_token",
|
| 102 |
+
"personal_document_id",
|
| 103 |
+
"signing_key",
|
| 104 |
+
"oauth_credential",
|
| 105 |
+
"webhook_secret",
|
| 106 |
+
"certificate_private_key",
|
| 107 |
+
"encryption_key",
|
| 108 |
+
"service_account",
|
| 109 |
+
"connection_credential",
|
| 110 |
+
"biometric_identifier"
|
| 111 |
+
],
|
| 112 |
+
"train_dataset": "/data/dataset/compiled/train.jsonl",
|
| 113 |
+
"train_dataset_variant": "full",
|
| 114 |
+
"train_head_only": true,
|
| 115 |
+
"validation_dataset": "/data/dataset/compiled/validation.jsonl",
|
| 116 |
+
"validation_dataset_variant": "full",
|
| 117 |
+
"validation_split": null,
|
| 118 |
+
"weight_decay": 0.01
|
| 119 |
+
}
|
matex_training_manifest.json
ADDED
|
@@ -0,0 +1,1526 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_report": {
|
| 3 |
+
"labels": [
|
| 4 |
+
"O",
|
| 5 |
+
"account_number",
|
| 6 |
+
"private_address",
|
| 7 |
+
"private_email",
|
| 8 |
+
"private_person",
|
| 9 |
+
"private_phone",
|
| 10 |
+
"private_url",
|
| 11 |
+
"private_date",
|
| 12 |
+
"secret",
|
| 13 |
+
"api_key",
|
| 14 |
+
"auth_token",
|
| 15 |
+
"session_cookie",
|
| 16 |
+
"database_uri",
|
| 17 |
+
"cloud_credential",
|
| 18 |
+
"private_file_path",
|
| 19 |
+
"internal_url",
|
| 20 |
+
"workspace_identity",
|
| 21 |
+
"customer_data",
|
| 22 |
+
"prompt_sensitive",
|
| 23 |
+
"agent_memory_sensitive",
|
| 24 |
+
"stacktrace_sensitive",
|
| 25 |
+
"repo_secret",
|
| 26 |
+
"payment_token",
|
| 27 |
+
"personal_document_id",
|
| 28 |
+
"signing_key",
|
| 29 |
+
"oauth_credential",
|
| 30 |
+
"webhook_secret",
|
| 31 |
+
"certificate_private_key",
|
| 32 |
+
"encryption_key",
|
| 33 |
+
"service_account",
|
| 34 |
+
"connection_credential",
|
| 35 |
+
"biometric_identifier"
|
| 36 |
+
],
|
| 37 |
+
"splits": {
|
| 38 |
+
"test": {
|
| 39 |
+
"label_counts": {
|
| 40 |
+
"account_number": 475,
|
| 41 |
+
"agent_memory_sensitive": 1294,
|
| 42 |
+
"api_key": 1237,
|
| 43 |
+
"auth_token": 1251,
|
| 44 |
+
"biometric_identifier": 453,
|
| 45 |
+
"certificate_private_key": 385,
|
| 46 |
+
"cloud_credential": 906,
|
| 47 |
+
"connection_credential": 488,
|
| 48 |
+
"customer_data": 485,
|
| 49 |
+
"database_uri": 465,
|
| 50 |
+
"encryption_key": 460,
|
| 51 |
+
"internal_url": 1241,
|
| 52 |
+
"oauth_credential": 494,
|
| 53 |
+
"payment_token": 474,
|
| 54 |
+
"personal_document_id": 483,
|
| 55 |
+
"private_address": 458,
|
| 56 |
+
"private_date": 474,
|
| 57 |
+
"private_email": 457,
|
| 58 |
+
"private_file_path": 1242,
|
| 59 |
+
"private_person": 476,
|
| 60 |
+
"private_phone": 472,
|
| 61 |
+
"private_url": 494,
|
| 62 |
+
"prompt_sensitive": 1238,
|
| 63 |
+
"repo_secret": 444,
|
| 64 |
+
"secret": 506,
|
| 65 |
+
"service_account": 476,
|
| 66 |
+
"session_cookie": 473,
|
| 67 |
+
"signing_key": 486,
|
| 68 |
+
"stacktrace_sensitive": 1249,
|
| 69 |
+
"webhook_secret": 512,
|
| 70 |
+
"workspace_identity": 1271
|
| 71 |
+
},
|
| 72 |
+
"negative_ratio": 0.2,
|
| 73 |
+
"negative_rows": 1250,
|
| 74 |
+
"positive_rows": 5000,
|
| 75 |
+
"rows": 6250,
|
| 76 |
+
"span_count": 21319
|
| 77 |
+
},
|
| 78 |
+
"train": {
|
| 79 |
+
"label_counts": {
|
| 80 |
+
"account_number": 4832,
|
| 81 |
+
"agent_memory_sensitive": 9717,
|
| 82 |
+
"api_key": 9705,
|
| 83 |
+
"auth_token": 9738,
|
| 84 |
+
"biometric_identifier": 4913,
|
| 85 |
+
"certificate_private_key": 4090,
|
| 86 |
+
"cloud_credential": 9105,
|
| 87 |
+
"connection_credential": 4897,
|
| 88 |
+
"customer_data": 4914,
|
| 89 |
+
"database_uri": 4904,
|
| 90 |
+
"encryption_key": 4775,
|
| 91 |
+
"internal_url": 9538,
|
| 92 |
+
"oauth_credential": 4734,
|
| 93 |
+
"payment_token": 4894,
|
| 94 |
+
"personal_document_id": 4864,
|
| 95 |
+
"private_address": 4816,
|
| 96 |
+
"private_date": 4842,
|
| 97 |
+
"private_email": 4891,
|
| 98 |
+
"private_file_path": 9743,
|
| 99 |
+
"private_person": 4781,
|
| 100 |
+
"private_phone": 4882,
|
| 101 |
+
"private_url": 4869,
|
| 102 |
+
"prompt_sensitive": 9717,
|
| 103 |
+
"repo_secret": 4775,
|
| 104 |
+
"secret": 4848,
|
| 105 |
+
"service_account": 4809,
|
| 106 |
+
"session_cookie": 4843,
|
| 107 |
+
"signing_key": 4915,
|
| 108 |
+
"stacktrace_sensitive": 9516,
|
| 109 |
+
"webhook_secret": 5009,
|
| 110 |
+
"workspace_identity": 9563
|
| 111 |
+
},
|
| 112 |
+
"negative_ratio": 0.11923372182287668,
|
| 113 |
+
"negative_rows": 6834,
|
| 114 |
+
"positive_rows": 50482,
|
| 115 |
+
"rows": 57316,
|
| 116 |
+
"span_count": 192439
|
| 117 |
+
},
|
| 118 |
+
"validation": {
|
| 119 |
+
"label_counts": {
|
| 120 |
+
"account_number": 933,
|
| 121 |
+
"agent_memory_sensitive": 1812,
|
| 122 |
+
"api_key": 1798,
|
| 123 |
+
"auth_token": 1783,
|
| 124 |
+
"biometric_identifier": 987,
|
| 125 |
+
"certificate_private_key": 783,
|
| 126 |
+
"cloud_credential": 1705,
|
| 127 |
+
"connection_credential": 927,
|
| 128 |
+
"customer_data": 905,
|
| 129 |
+
"database_uri": 908,
|
| 130 |
+
"encryption_key": 929,
|
| 131 |
+
"internal_url": 1720,
|
| 132 |
+
"oauth_credential": 908,
|
| 133 |
+
"payment_token": 932,
|
| 134 |
+
"personal_document_id": 900,
|
| 135 |
+
"private_address": 903,
|
| 136 |
+
"private_date": 956,
|
| 137 |
+
"private_email": 922,
|
| 138 |
+
"private_file_path": 1778,
|
| 139 |
+
"private_person": 929,
|
| 140 |
+
"private_phone": 932,
|
| 141 |
+
"private_url": 886,
|
| 142 |
+
"prompt_sensitive": 1754,
|
| 143 |
+
"repo_secret": 934,
|
| 144 |
+
"secret": 943,
|
| 145 |
+
"service_account": 901,
|
| 146 |
+
"session_cookie": 964,
|
| 147 |
+
"signing_key": 954,
|
| 148 |
+
"stacktrace_sensitive": 1792,
|
| 149 |
+
"webhook_secret": 919,
|
| 150 |
+
"workspace_identity": 1748
|
| 151 |
+
},
|
| 152 |
+
"negative_ratio": 0.16556873078612208,
|
| 153 |
+
"negative_rows": 1885,
|
| 154 |
+
"positive_rows": 9500,
|
| 155 |
+
"rows": 11385,
|
| 156 |
+
"span_count": 36145
|
| 157 |
+
}
|
| 158 |
+
}
|
| 159 |
+
},
|
| 160 |
+
"gpu_runtime": {
|
| 161 |
+
"compute_capability": "10.0",
|
| 162 |
+
"device_name": "NVIDIA B200",
|
| 163 |
+
"requested_gpu": "B200",
|
| 164 |
+
"torch": "2.11.0+cu128",
|
| 165 |
+
"torch_cuda": "12.8",
|
| 166 |
+
"triton": "3.6.0"
|
| 167 |
+
},
|
| 168 |
+
"privacy_filter_commit": "f7f00ca7fb869683eb732c010299d901457f19c3",
|
| 169 |
+
"test_metrics": {
|
| 170 |
+
"args": {
|
| 171 |
+
"attn_low_precision": false,
|
| 172 |
+
"checkpoint": "/outputs/matex-privacy-sentinel-v0.1",
|
| 173 |
+
"dataset": "/data/dataset/compiled/test.jsonl",
|
| 174 |
+
"dataset_variant": "full",
|
| 175 |
+
"debug_decode": false,
|
| 176 |
+
"decode_mode": "viterbi",
|
| 177 |
+
"device": "cuda",
|
| 178 |
+
"discard_overlapping_ground_truth_spans": false,
|
| 179 |
+
"discard_overlapping_predicted_spans": false,
|
| 180 |
+
"eval_mode": "typed",
|
| 181 |
+
"experts_per_token": null,
|
| 182 |
+
"label_counts": true,
|
| 183 |
+
"max_examples": null,
|
| 184 |
+
"metrics_out": "/outputs/matex-privacy-sentinel-v0.1-metrics-test.json",
|
| 185 |
+
"moe_triton": false,
|
| 186 |
+
"n_ctx": null,
|
| 187 |
+
"per_class": true,
|
| 188 |
+
"prediction_write_workers": 0,
|
| 189 |
+
"predictions_out": "/outputs/matex-privacy-sentinel-v0.1-predictions-test.jsonl",
|
| 190 |
+
"predictions_token_logprobs_example_id": null,
|
| 191 |
+
"predictions_token_logprobs_max_tokens": null,
|
| 192 |
+
"predictions_token_logprobs_topk": 0,
|
| 193 |
+
"preprocess_chunksize": 16,
|
| 194 |
+
"preprocess_workers": 0,
|
| 195 |
+
"preview": false,
|
| 196 |
+
"preview_example_id": null,
|
| 197 |
+
"preview_max_chars": 4000,
|
| 198 |
+
"preview_max_tokens": 256,
|
| 199 |
+
"progress_every": null,
|
| 200 |
+
"skip_non_ascii_examples": false,
|
| 201 |
+
"span_metrics_space": "char",
|
| 202 |
+
"timings_out": "/outputs/matex-privacy-sentinel-v0.1-timings-test.json",
|
| 203 |
+
"trim_span_whitespace": true,
|
| 204 |
+
"viterbi_calibration_path": null,
|
| 205 |
+
"window_batch_size": 1
|
| 206 |
+
},
|
| 207 |
+
"config": {
|
| 208 |
+
"attention_impl": "banded",
|
| 209 |
+
"category_version": "matex_privacy_sentinel_v0_1",
|
| 210 |
+
"checkpoint": "/outputs/matex-privacy-sentinel-v0.1",
|
| 211 |
+
"dataset": "/data/dataset/compiled/test.jsonl",
|
| 212 |
+
"dataset_variant": "full",
|
| 213 |
+
"decode_mode": "viterbi",
|
| 214 |
+
"device": "cuda",
|
| 215 |
+
"encoding": "o200k_base",
|
| 216 |
+
"resolved_n_ctx": 128000,
|
| 217 |
+
"viterbi_calibration_path": null
|
| 218 |
+
},
|
| 219 |
+
"metrics": {
|
| 220 |
+
"by_class.B-account_number.f1": 0.9978902953586498,
|
| 221 |
+
"by_class.B-account_number.f2": 0.9966287399915719,
|
| 222 |
+
"by_class.B-account_number.loss": 0.008775231427060158,
|
| 223 |
+
"by_class.B-account_number.precision": 1.0,
|
| 224 |
+
"by_class.B-account_number.recall": 0.9957894736842106,
|
| 225 |
+
"by_class.B-agent_memory_sensitive.f1": 0.999227202472952,
|
| 226 |
+
"by_class.B-agent_memory_sensitive.f2": 0.999227202472952,
|
| 227 |
+
"by_class.B-agent_memory_sensitive.loss": 0.012673883530171822,
|
| 228 |
+
"by_class.B-agent_memory_sensitive.precision": 0.999227202472952,
|
| 229 |
+
"by_class.B-agent_memory_sensitive.recall": 0.999227202472952,
|
| 230 |
+
"by_class.B-api_key.f1": 0.9781485895907827,
|
| 231 |
+
"by_class.B-api_key.f2": 0.9882787411689146,
|
| 232 |
+
"by_class.B-api_key.loss": 0.030261282984286562,
|
| 233 |
+
"by_class.B-api_key.precision": 0.96171875,
|
| 234 |
+
"by_class.B-api_key.recall": 0.9951495553759094,
|
| 235 |
+
"by_class.B-auth_token.f1": 0.9939975990396158,
|
| 236 |
+
"by_class.B-auth_token.f2": 0.9932821497120922,
|
| 237 |
+
"by_class.B-auth_token.loss": 0.04746901079851669,
|
| 238 |
+
"by_class.B-auth_token.precision": 0.9951923076923077,
|
| 239 |
+
"by_class.B-auth_token.recall": 0.9928057553956835,
|
| 240 |
+
"by_class.B-biometric_identifier.f1": 0.9911699779249448,
|
| 241 |
+
"by_class.B-biometric_identifier.f2": 0.9911699779249448,
|
| 242 |
+
"by_class.B-biometric_identifier.loss": 0.030282628635397234,
|
| 243 |
+
"by_class.B-biometric_identifier.precision": 0.9911699779249448,
|
| 244 |
+
"by_class.B-biometric_identifier.recall": 0.9911699779249448,
|
| 245 |
+
"by_class.B-certificate_private_key.f1": 0.9855072463768116,
|
| 246 |
+
"by_class.B-certificate_private_key.f2": 0.9770114942528736,
|
| 247 |
+
"by_class.B-certificate_private_key.loss": 0.0822693383226484,
|
| 248 |
+
"by_class.B-certificate_private_key.precision": 1.0,
|
| 249 |
+
"by_class.B-certificate_private_key.recall": 0.9714285714285714,
|
| 250 |
+
"by_class.B-cloud_credential.f1": 0.9709906951286261,
|
| 251 |
+
"by_class.B-cloud_credential.f2": 0.9757975797579758,
|
| 252 |
+
"by_class.B-cloud_credential.loss": 0.0949012269392998,
|
| 253 |
+
"by_class.B-cloud_credential.precision": 0.9630836047774158,
|
| 254 |
+
"by_class.B-cloud_credential.recall": 0.9790286975717439,
|
| 255 |
+
"by_class.B-connection_credential.f1": 0.9969293756397134,
|
| 256 |
+
"by_class.B-connection_credential.f2": 0.9975419909873003,
|
| 257 |
+
"by_class.B-connection_credential.loss": 0.003042159026744254,
|
| 258 |
+
"by_class.B-connection_credential.precision": 0.9959100204498977,
|
| 259 |
+
"by_class.B-connection_credential.recall": 0.9979508196721312,
|
| 260 |
+
"by_class.B-customer_data.f1": 1.0,
|
| 261 |
+
"by_class.B-customer_data.f2": 1.0,
|
| 262 |
+
"by_class.B-customer_data.loss": 0.006540477090748519,
|
| 263 |
+
"by_class.B-customer_data.precision": 1.0,
|
| 264 |
+
"by_class.B-customer_data.recall": 1.0,
|
| 265 |
+
"by_class.B-database_uri.f1": 0.8233151183970856,
|
| 266 |
+
"by_class.B-database_uri.f2": 0.9065383072603289,
|
| 267 |
+
"by_class.B-database_uri.loss": 0.11152859333312228,
|
| 268 |
+
"by_class.B-database_uri.precision": 0.7140600315955766,
|
| 269 |
+
"by_class.B-database_uri.recall": 0.9720430107526882,
|
| 270 |
+
"by_class.B-encryption_key.f1": 0.9978213507625272,
|
| 271 |
+
"by_class.B-encryption_key.f2": 0.9965187119234117,
|
| 272 |
+
"by_class.B-encryption_key.loss": 0.028786477275695402,
|
| 273 |
+
"by_class.B-encryption_key.precision": 1.0,
|
| 274 |
+
"by_class.B-encryption_key.recall": 0.9956521739130435,
|
| 275 |
+
"by_class.B-internal_url.f1": 0.991941982272361,
|
| 276 |
+
"by_class.B-internal_url.f2": 0.991941982272361,
|
| 277 |
+
"by_class.B-internal_url.loss": 0.032956816407188595,
|
| 278 |
+
"by_class.B-internal_url.precision": 0.991941982272361,
|
| 279 |
+
"by_class.B-internal_url.recall": 0.991941982272361,
|
| 280 |
+
"by_class.B-oauth_credential.f1": 0.9868287740628167,
|
| 281 |
+
"by_class.B-oauth_credential.f2": 0.9862292426083434,
|
| 282 |
+
"by_class.B-oauth_credential.loss": 0.02814447911476472,
|
| 283 |
+
"by_class.B-oauth_credential.precision": 0.9878296146044625,
|
| 284 |
+
"by_class.B-oauth_credential.recall": 0.9858299595141701,
|
| 285 |
+
"by_class.B-payment_token.f1": 0.9989462592202318,
|
| 286 |
+
"by_class.B-payment_token.f2": 0.9995782370307887,
|
| 287 |
+
"by_class.B-payment_token.loss": 0.016042722315114877,
|
| 288 |
+
"by_class.B-payment_token.precision": 0.9978947368421053,
|
| 289 |
+
"by_class.B-payment_token.recall": 1.0,
|
| 290 |
+
"by_class.B-personal_document_id.f1": 1.0,
|
| 291 |
+
"by_class.B-personal_document_id.f2": 1.0,
|
| 292 |
+
"by_class.B-personal_document_id.loss": 0.012205057516883566,
|
| 293 |
+
"by_class.B-personal_document_id.precision": 1.0,
|
| 294 |
+
"by_class.B-personal_document_id.recall": 1.0,
|
| 295 |
+
"by_class.B-private_address.f1": 1.0,
|
| 296 |
+
"by_class.B-private_address.f2": 1.0,
|
| 297 |
+
"by_class.B-private_address.loss": 0.0014471353834817433,
|
| 298 |
+
"by_class.B-private_address.precision": 1.0,
|
| 299 |
+
"by_class.B-private_address.recall": 1.0,
|
| 300 |
+
"by_class.B-private_date.f1": 0.9968387776606955,
|
| 301 |
+
"by_class.B-private_date.f2": 0.9974694221847322,
|
| 302 |
+
"by_class.B-private_date.loss": 0.00338591337477298,
|
| 303 |
+
"by_class.B-private_date.precision": 0.9957894736842106,
|
| 304 |
+
"by_class.B-private_date.recall": 0.9978902953586498,
|
| 305 |
+
"by_class.B-private_email.f1": 0.9956236323851203,
|
| 306 |
+
"by_class.B-private_email.f2": 0.9956236323851203,
|
| 307 |
+
"by_class.B-private_email.loss": 0.010212310035676617,
|
| 308 |
+
"by_class.B-private_email.precision": 0.9956236323851203,
|
| 309 |
+
"by_class.B-private_email.recall": 0.9956236323851203,
|
| 310 |
+
"by_class.B-private_file_path.f1": 0.999194847020934,
|
| 311 |
+
"by_class.B-private_file_path.f2": 0.999194847020934,
|
| 312 |
+
"by_class.B-private_file_path.loss": 0.05188568440445452,
|
| 313 |
+
"by_class.B-private_file_path.precision": 0.999194847020934,
|
| 314 |
+
"by_class.B-private_file_path.recall": 0.999194847020934,
|
| 315 |
+
"by_class.B-private_person.f1": 1.0,
|
| 316 |
+
"by_class.B-private_person.f2": 1.0,
|
| 317 |
+
"by_class.B-private_person.loss": 0.008093867805057295,
|
| 318 |
+
"by_class.B-private_person.precision": 1.0,
|
| 319 |
+
"by_class.B-private_person.recall": 1.0,
|
| 320 |
+
"by_class.B-private_phone.f1": 0.9989395546129375,
|
| 321 |
+
"by_class.B-private_phone.f2": 0.9983043662568886,
|
| 322 |
+
"by_class.B-private_phone.loss": 0.022471343707767547,
|
| 323 |
+
"by_class.B-private_phone.precision": 1.0,
|
| 324 |
+
"by_class.B-private_phone.recall": 0.9978813559322034,
|
| 325 |
+
"by_class.B-private_url.f1": 0.9938900203665988,
|
| 326 |
+
"by_class.B-private_url.f2": 0.9902597402597403,
|
| 327 |
+
"by_class.B-private_url.loss": 0.03537284635654456,
|
| 328 |
+
"by_class.B-private_url.precision": 1.0,
|
| 329 |
+
"by_class.B-private_url.recall": 0.9878542510121457,
|
| 330 |
+
"by_class.B-prompt_sensitive.f1": 0.9959579628132579,
|
| 331 |
+
"by_class.B-prompt_sensitive.f2": 0.995475113122172,
|
| 332 |
+
"by_class.B-prompt_sensitive.loss": 0.037270157299051,
|
| 333 |
+
"by_class.B-prompt_sensitive.precision": 0.9967637540453075,
|
| 334 |
+
"by_class.B-prompt_sensitive.recall": 0.9951534733441034,
|
| 335 |
+
"by_class.B-repo_secret.f1": 0.9988726042841037,
|
| 336 |
+
"by_class.B-repo_secret.f2": 0.9981973862100045,
|
| 337 |
+
"by_class.B-repo_secret.loss": 0.01307583887767191,
|
| 338 |
+
"by_class.B-repo_secret.precision": 1.0,
|
| 339 |
+
"by_class.B-repo_secret.recall": 0.9977477477477478,
|
| 340 |
+
"by_class.B-secret.f1": 0.9980237154150198,
|
| 341 |
+
"by_class.B-secret.f2": 0.9980237154150198,
|
| 342 |
+
"by_class.B-secret.loss": 0.011137660214815074,
|
| 343 |
+
"by_class.B-secret.precision": 0.9980237154150198,
|
| 344 |
+
"by_class.B-secret.recall": 0.9980237154150198,
|
| 345 |
+
"by_class.B-service_account.f1": 0.9865284974093265,
|
| 346 |
+
"by_class.B-service_account.f2": 0.9945674885081488,
|
| 347 |
+
"by_class.B-service_account.loss": 0.01156713026826247,
|
| 348 |
+
"by_class.B-service_account.precision": 0.9734151329243353,
|
| 349 |
+
"by_class.B-service_account.recall": 1.0,
|
| 350 |
+
"by_class.B-session_cookie.f1": 0.9978858350951374,
|
| 351 |
+
"by_class.B-session_cookie.f2": 0.9978858350951374,
|
| 352 |
+
"by_class.B-session_cookie.loss": 0.017054396615015732,
|
| 353 |
+
"by_class.B-session_cookie.precision": 0.9978858350951374,
|
| 354 |
+
"by_class.B-session_cookie.recall": 0.9978858350951374,
|
| 355 |
+
"by_class.B-signing_key.f1": 0.9958847736625515,
|
| 356 |
+
"by_class.B-signing_key.f2": 0.9958847736625515,
|
| 357 |
+
"by_class.B-signing_key.loss": 0.060630850402744886,
|
| 358 |
+
"by_class.B-signing_key.precision": 0.9958847736625515,
|
| 359 |
+
"by_class.B-signing_key.recall": 0.9958847736625515,
|
| 360 |
+
"by_class.B-stacktrace_sensitive.f1": 0.9991993594875901,
|
| 361 |
+
"by_class.B-stacktrace_sensitive.f2": 0.9991993594875901,
|
| 362 |
+
"by_class.B-stacktrace_sensitive.loss": 0.015322711916478104,
|
| 363 |
+
"by_class.B-stacktrace_sensitive.precision": 0.9991993594875901,
|
| 364 |
+
"by_class.B-stacktrace_sensitive.recall": 0.9991993594875901,
|
| 365 |
+
"by_class.B-webhook_secret.f1": 0.9922027290448343,
|
| 366 |
+
"by_class.B-webhook_secret.f2": 0.9933645589383294,
|
| 367 |
+
"by_class.B-webhook_secret.loss": 0.06554502574680643,
|
| 368 |
+
"by_class.B-webhook_secret.precision": 0.9902723735408561,
|
| 369 |
+
"by_class.B-webhook_secret.recall": 0.994140625,
|
| 370 |
+
"by_class.B-workspace_identity.f1": 0.9848543689320388,
|
| 371 |
+
"by_class.B-workspace_identity.f2": 0.9924859110832811,
|
| 372 |
+
"by_class.B-workspace_identity.loss": 0.008263648189647959,
|
| 373 |
+
"by_class.B-workspace_identity.precision": 0.9723926380368099,
|
| 374 |
+
"by_class.B-workspace_identity.recall": 0.997639653815893,
|
| 375 |
+
"by_class.E-account_number.f1": 0.9978902953586498,
|
| 376 |
+
"by_class.E-account_number.f2": 0.9966287399915719,
|
| 377 |
+
"by_class.E-account_number.loss": 0.05097121595118581,
|
| 378 |
+
"by_class.E-account_number.precision": 1.0,
|
| 379 |
+
"by_class.E-account_number.recall": 0.9957894736842106,
|
| 380 |
+
"by_class.E-agent_memory_sensitive.f1": 1.0,
|
| 381 |
+
"by_class.E-agent_memory_sensitive.f2": 1.0,
|
| 382 |
+
"by_class.E-agent_memory_sensitive.loss": 0.004500455826695157,
|
| 383 |
+
"by_class.E-agent_memory_sensitive.precision": 1.0,
|
| 384 |
+
"by_class.E-agent_memory_sensitive.recall": 1.0,
|
| 385 |
+
"by_class.E-api_key.f1": 0.9789431863329361,
|
| 386 |
+
"by_class.E-api_key.f2": 0.9890815671162492,
|
| 387 |
+
"by_class.E-api_key.loss": 0.04086241193815856,
|
| 388 |
+
"by_class.E-api_key.precision": 0.9625,
|
| 389 |
+
"by_class.E-api_key.recall": 0.9959579628132579,
|
| 390 |
+
"by_class.E-auth_token.f1": 0.994797919167667,
|
| 391 |
+
"by_class.E-auth_token.f2": 0.9940818937939859,
|
| 392 |
+
"by_class.E-auth_token.loss": 0.08218039603468251,
|
| 393 |
+
"by_class.E-auth_token.precision": 0.9959935897435898,
|
| 394 |
+
"by_class.E-auth_token.recall": 0.9936051159072742,
|
| 395 |
+
"by_class.E-biometric_identifier.f1": 1.0,
|
| 396 |
+
"by_class.E-biometric_identifier.f2": 1.0,
|
| 397 |
+
"by_class.E-biometric_identifier.loss": 0.028506680156270135,
|
| 398 |
+
"by_class.E-biometric_identifier.precision": 1.0,
|
| 399 |
+
"by_class.E-biometric_identifier.recall": 1.0,
|
| 400 |
+
"by_class.E-certificate_private_key.f1": 0.9723320158102767,
|
| 401 |
+
"by_class.E-certificate_private_key.f2": 0.9639498432601881,
|
| 402 |
+
"by_class.E-certificate_private_key.loss": 0.041826401786729785,
|
| 403 |
+
"by_class.E-certificate_private_key.precision": 0.9866310160427807,
|
| 404 |
+
"by_class.E-certificate_private_key.recall": 0.9584415584415584,
|
| 405 |
+
"by_class.E-cloud_credential.f1": 0.9688013136288999,
|
| 406 |
+
"by_class.E-cloud_credential.f2": 0.9735973597359736,
|
| 407 |
+
"by_class.E-cloud_credential.loss": 0.1392398013680131,
|
| 408 |
+
"by_class.E-cloud_credential.precision": 0.9609120521172638,
|
| 409 |
+
"by_class.E-cloud_credential.recall": 0.9768211920529801,
|
| 410 |
+
"by_class.E-connection_credential.f1": 0.9969293756397134,
|
| 411 |
+
"by_class.E-connection_credential.f2": 0.9975419909873003,
|
| 412 |
+
"by_class.E-connection_credential.loss": 0.011830578695039418,
|
| 413 |
+
"by_class.E-connection_credential.precision": 0.9959100204498977,
|
| 414 |
+
"by_class.E-connection_credential.recall": 0.9979508196721312,
|
| 415 |
+
"by_class.E-customer_data.f1": 1.0,
|
| 416 |
+
"by_class.E-customer_data.f2": 1.0,
|
| 417 |
+
"by_class.E-customer_data.loss": 0.0013826685399590778,
|
| 418 |
+
"by_class.E-customer_data.precision": 1.0,
|
| 419 |
+
"by_class.E-customer_data.recall": 1.0,
|
| 420 |
+
"by_class.E-database_uri.f1": 0.8397085610200364,
|
| 421 |
+
"by_class.E-database_uri.f2": 0.9245888487765744,
|
| 422 |
+
"by_class.E-database_uri.loss": 0.04784039710175566,
|
| 423 |
+
"by_class.E-database_uri.precision": 0.7282780410742496,
|
| 424 |
+
"by_class.E-database_uri.recall": 0.9913978494623656,
|
| 425 |
+
"by_class.E-encryption_key.f1": 0.9978213507625272,
|
| 426 |
+
"by_class.E-encryption_key.f2": 0.9965187119234117,
|
| 427 |
+
"by_class.E-encryption_key.loss": 0.053436232434029556,
|
| 428 |
+
"by_class.E-encryption_key.precision": 1.0,
|
| 429 |
+
"by_class.E-encryption_key.recall": 0.9956521739130435,
|
| 430 |
+
"by_class.E-internal_url.f1": 0.9927477840451249,
|
| 431 |
+
"by_class.E-internal_url.f2": 0.9927477840451249,
|
| 432 |
+
"by_class.E-internal_url.loss": 0.022374527604610103,
|
| 433 |
+
"by_class.E-internal_url.precision": 0.9927477840451249,
|
| 434 |
+
"by_class.E-internal_url.recall": 0.9927477840451249,
|
| 435 |
+
"by_class.E-oauth_credential.f1": 0.9969604863221885,
|
| 436 |
+
"by_class.E-oauth_credential.f2": 0.9963547995139733,
|
| 437 |
+
"by_class.E-oauth_credential.loss": 0.026120840212467227,
|
| 438 |
+
"by_class.E-oauth_credential.precision": 0.9979716024340771,
|
| 439 |
+
"by_class.E-oauth_credential.recall": 0.9959514170040485,
|
| 440 |
+
"by_class.E-payment_token.f1": 0.9989462592202318,
|
| 441 |
+
"by_class.E-payment_token.f2": 0.9995782370307887,
|
| 442 |
+
"by_class.E-payment_token.loss": 0.006096229434876039,
|
| 443 |
+
"by_class.E-payment_token.precision": 0.9978947368421053,
|
| 444 |
+
"by_class.E-payment_token.recall": 1.0,
|
| 445 |
+
"by_class.E-personal_document_id.f1": 1.0,
|
| 446 |
+
"by_class.E-personal_document_id.f2": 1.0,
|
| 447 |
+
"by_class.E-personal_document_id.loss": 0.021982932948967762,
|
| 448 |
+
"by_class.E-personal_document_id.precision": 1.0,
|
| 449 |
+
"by_class.E-personal_document_id.recall": 1.0,
|
| 450 |
+
"by_class.E-private_address.f1": 1.0,
|
| 451 |
+
"by_class.E-private_address.f2": 1.0,
|
| 452 |
+
"by_class.E-private_address.loss": 0.0008795478249585102,
|
| 453 |
+
"by_class.E-private_address.precision": 1.0,
|
| 454 |
+
"by_class.E-private_address.recall": 1.0,
|
| 455 |
+
"by_class.E-private_date.f1": 0.9968387776606955,
|
| 456 |
+
"by_class.E-private_date.f2": 0.9974694221847322,
|
| 457 |
+
"by_class.E-private_date.loss": 0.0057814927905852544,
|
| 458 |
+
"by_class.E-private_date.precision": 0.9957894736842106,
|
| 459 |
+
"by_class.E-private_date.recall": 0.9978902953586498,
|
| 460 |
+
"by_class.E-private_email.f1": 1.0,
|
| 461 |
+
"by_class.E-private_email.f2": 1.0,
|
| 462 |
+
"by_class.E-private_email.loss": 0.002025090638192795,
|
| 463 |
+
"by_class.E-private_email.precision": 1.0,
|
| 464 |
+
"by_class.E-private_email.recall": 1.0,
|
| 465 |
+
"by_class.E-private_file_path.f1": 0.999194847020934,
|
| 466 |
+
"by_class.E-private_file_path.f2": 0.999194847020934,
|
| 467 |
+
"by_class.E-private_file_path.loss": 0.014054061235591558,
|
| 468 |
+
"by_class.E-private_file_path.precision": 0.999194847020934,
|
| 469 |
+
"by_class.E-private_file_path.recall": 0.999194847020934,
|
| 470 |
+
"by_class.E-private_person.f1": 1.0,
|
| 471 |
+
"by_class.E-private_person.f2": 1.0,
|
| 472 |
+
"by_class.E-private_person.loss": 0.003016579801029051,
|
| 473 |
+
"by_class.E-private_person.precision": 1.0,
|
| 474 |
+
"by_class.E-private_person.recall": 1.0,
|
| 475 |
+
"by_class.E-private_phone.f1": 0.9989395546129375,
|
| 476 |
+
"by_class.E-private_phone.f2": 0.9983043662568886,
|
| 477 |
+
"by_class.E-private_phone.loss": 0.006677336767835963,
|
| 478 |
+
"by_class.E-private_phone.precision": 1.0,
|
| 479 |
+
"by_class.E-private_phone.recall": 0.9978813559322034,
|
| 480 |
+
"by_class.E-private_url.f1": 0.9918533604887984,
|
| 481 |
+
"by_class.E-private_url.f2": 0.9882305194805194,
|
| 482 |
+
"by_class.E-private_url.loss": 0.0661499274450585,
|
| 483 |
+
"by_class.E-private_url.precision": 0.9979508196721312,
|
| 484 |
+
"by_class.E-private_url.recall": 0.9858299595141701,
|
| 485 |
+
"by_class.E-prompt_sensitive.f1": 0.9991915925626516,
|
| 486 |
+
"by_class.E-prompt_sensitive.f2": 0.9987071751777634,
|
| 487 |
+
"by_class.E-prompt_sensitive.loss": 0.0164655926325847,
|
| 488 |
+
"by_class.E-prompt_sensitive.precision": 1.0,
|
| 489 |
+
"by_class.E-prompt_sensitive.recall": 0.9983844911147012,
|
| 490 |
+
"by_class.E-repo_secret.f1": 0.9988726042841037,
|
| 491 |
+
"by_class.E-repo_secret.f2": 0.9981973862100045,
|
| 492 |
+
"by_class.E-repo_secret.loss": 0.01677605826991796,
|
| 493 |
+
"by_class.E-repo_secret.precision": 1.0,
|
| 494 |
+
"by_class.E-repo_secret.recall": 0.9977477477477478,
|
| 495 |
+
"by_class.E-secret.f1": 0.9940711462450593,
|
| 496 |
+
"by_class.E-secret.f2": 0.9940711462450593,
|
| 497 |
+
"by_class.E-secret.loss": 0.026335465979587046,
|
| 498 |
+
"by_class.E-secret.precision": 0.9940711462450593,
|
| 499 |
+
"by_class.E-secret.recall": 0.9940711462450593,
|
| 500 |
+
"by_class.E-service_account.f1": 0.9844559585492227,
|
| 501 |
+
"by_class.E-service_account.f2": 0.9924780610112829,
|
| 502 |
+
"by_class.E-service_account.loss": 0.02285676205835497,
|
| 503 |
+
"by_class.E-service_account.precision": 0.9713701431492843,
|
| 504 |
+
"by_class.E-service_account.recall": 0.9978991596638656,
|
| 505 |
+
"by_class.E-session_cookie.f1": 1.0,
|
| 506 |
+
"by_class.E-session_cookie.f2": 1.0,
|
| 507 |
+
"by_class.E-session_cookie.loss": 0.006868898735708227,
|
| 508 |
+
"by_class.E-session_cookie.precision": 1.0,
|
| 509 |
+
"by_class.E-session_cookie.recall": 1.0,
|
| 510 |
+
"by_class.E-signing_key.f1": 1.0,
|
| 511 |
+
"by_class.E-signing_key.f2": 1.0,
|
| 512 |
+
"by_class.E-signing_key.loss": 0.020849657879971385,
|
| 513 |
+
"by_class.E-signing_key.precision": 1.0,
|
| 514 |
+
"by_class.E-signing_key.recall": 1.0,
|
| 515 |
+
"by_class.E-stacktrace_sensitive.f1": 1.0,
|
| 516 |
+
"by_class.E-stacktrace_sensitive.f2": 1.0,
|
| 517 |
+
"by_class.E-stacktrace_sensitive.loss": 0.002435776825523045,
|
| 518 |
+
"by_class.E-stacktrace_sensitive.precision": 1.0,
|
| 519 |
+
"by_class.E-stacktrace_sensitive.recall": 1.0,
|
| 520 |
+
"by_class.E-webhook_secret.f1": 0.9922027290448343,
|
| 521 |
+
"by_class.E-webhook_secret.f2": 0.9933645589383294,
|
| 522 |
+
"by_class.E-webhook_secret.loss": 0.08072330682041695,
|
| 523 |
+
"by_class.E-webhook_secret.precision": 0.9902723735408561,
|
| 524 |
+
"by_class.E-webhook_secret.recall": 0.994140625,
|
| 525 |
+
"by_class.E-workspace_identity.f1": 0.9856310679611651,
|
| 526 |
+
"by_class.E-workspace_identity.f2": 0.9932686286787727,
|
| 527 |
+
"by_class.E-workspace_identity.loss": 0.013521961672924597,
|
| 528 |
+
"by_class.E-workspace_identity.precision": 0.973159509202454,
|
| 529 |
+
"by_class.E-workspace_identity.recall": 0.998426435877262,
|
| 530 |
+
"by_class.I-account_number.f1": 0.9979678551634953,
|
| 531 |
+
"by_class.I-account_number.f2": 0.9967525278618348,
|
| 532 |
+
"by_class.I-account_number.loss": 0.03133459306235493,
|
| 533 |
+
"by_class.I-account_number.precision": 1.0,
|
| 534 |
+
"by_class.I-account_number.recall": 0.9959439528023599,
|
| 535 |
+
"by_class.I-agent_memory_sensitive.f1": 0.9999405646359584,
|
| 536 |
+
"by_class.I-agent_memory_sensitive.f2": 0.9999049068086725,
|
| 537 |
+
"by_class.I-agent_memory_sensitive.loss": 0.009389266643622772,
|
| 538 |
+
"by_class.I-agent_memory_sensitive.precision": 1.0,
|
| 539 |
+
"by_class.I-agent_memory_sensitive.recall": 0.9998811363366219,
|
| 540 |
+
"by_class.I-api_key.f1": 0.974510126790713,
|
| 541 |
+
"by_class.I-api_key.f2": 0.9874462745935556,
|
| 542 |
+
"by_class.I-api_key.loss": 0.060148831679818014,
|
| 543 |
+
"by_class.I-api_key.precision": 0.9536869923939667,
|
| 544 |
+
"by_class.I-api_key.recall": 0.9962628779206787,
|
| 545 |
+
"by_class.I-auth_token.f1": 0.9986937418358864,
|
| 546 |
+
"by_class.I-auth_token.f2": 0.998302529587028,
|
| 547 |
+
"by_class.I-auth_token.loss": 0.05428772525617769,
|
| 548 |
+
"by_class.I-auth_token.precision": 0.999346444061553,
|
| 549 |
+
"by_class.I-auth_token.recall": 0.998041891651338,
|
| 550 |
+
"by_class.I-biometric_identifier.f1": 0.9985916176970521,
|
| 551 |
+
"by_class.I-biometric_identifier.f2": 0.9980971982214628,
|
| 552 |
+
"by_class.I-biometric_identifier.loss": 0.05874120479529665,
|
| 553 |
+
"by_class.I-biometric_identifier.precision": 0.9994167395742198,
|
| 554 |
+
"by_class.I-biometric_identifier.recall": 0.9977678571428571,
|
| 555 |
+
"by_class.I-certificate_private_key.f1": 0.9840635757086397,
|
| 556 |
+
"by_class.I-certificate_private_key.f2": 0.9756303087501685,
|
| 557 |
+
"by_class.I-certificate_private_key.loss": 0.24681221807432513,
|
| 558 |
+
"by_class.I-certificate_private_key.precision": 0.998447740600207,
|
| 559 |
+
"by_class.I-certificate_private_key.recall": 0.9700879765395894,
|
| 560 |
+
"by_class.I-cloud_credential.f1": 0.9877118009943631,
|
| 561 |
+
"by_class.I-cloud_credential.f2": 0.9918580808047075,
|
| 562 |
+
"by_class.I-cloud_credential.loss": 0.09081646364094279,
|
| 563 |
+
"by_class.I-cloud_credential.precision": 0.9808778361240463,
|
| 564 |
+
"by_class.I-cloud_credential.recall": 0.9946416610850636,
|
| 565 |
+
"by_class.I-connection_credential.f1": 0.9997154726000114,
|
| 566 |
+
"by_class.I-connection_credential.f2": 0.9998861696072852,
|
| 567 |
+
"by_class.I-connection_credential.loss": 0.00950373474852197,
|
| 568 |
+
"by_class.I-connection_credential.precision": 0.9994311070656502,
|
| 569 |
+
"by_class.I-connection_credential.recall": 1.0,
|
| 570 |
+
"by_class.I-customer_data.f1": 1.0,
|
| 571 |
+
"by_class.I-customer_data.f2": 1.0,
|
| 572 |
+
"by_class.I-customer_data.loss": 0.008028066365731347,
|
| 573 |
+
"by_class.I-customer_data.precision": 1.0,
|
| 574 |
+
"by_class.I-customer_data.recall": 1.0,
|
| 575 |
+
"by_class.I-database_uri.f1": 0.927087268605969,
|
| 576 |
+
"by_class.I-database_uri.f2": 0.9666491596638656,
|
| 577 |
+
"by_class.I-database_uri.loss": 0.059876216381675354,
|
| 578 |
+
"by_class.I-database_uri.precision": 0.8678874567745992,
|
| 579 |
+
"by_class.I-database_uri.recall": 0.994954500405442,
|
| 580 |
+
"by_class.I-encryption_key.f1": 0.9978213507625272,
|
| 581 |
+
"by_class.I-encryption_key.f2": 0.9965187119234117,
|
| 582 |
+
"by_class.I-encryption_key.loss": 0.07355378590838645,
|
| 583 |
+
"by_class.I-encryption_key.precision": 1.0,
|
| 584 |
+
"by_class.I-encryption_key.recall": 0.9956521739130435,
|
| 585 |
+
"by_class.I-internal_url.f1": 0.9949485728196701,
|
| 586 |
+
"by_class.I-internal_url.f2": 0.9946943146417445,
|
| 587 |
+
"by_class.I-internal_url.loss": 0.029941609335114618,
|
| 588 |
+
"by_class.I-internal_url.precision": 0.9953726254262055,
|
| 589 |
+
"by_class.I-internal_url.recall": 0.9945248813724298,
|
| 590 |
+
"by_class.I-oauth_credential.f1": 0.9970401691331924,
|
| 591 |
+
"by_class.I-oauth_credential.f2": 0.995474349015502,
|
| 592 |
+
"by_class.I-oauth_credential.loss": 0.06803026721775393,
|
| 593 |
+
"by_class.I-oauth_credential.precision": 0.9996608444972019,
|
| 594 |
+
"by_class.I-oauth_credential.recall": 0.9944331983805668,
|
| 595 |
+
"by_class.I-payment_token.f1": 0.9990972013241047,
|
| 596 |
+
"by_class.I-payment_token.f2": 0.9996386848127183,
|
| 597 |
+
"by_class.I-payment_token.loss": 0.01965643549821748,
|
| 598 |
+
"by_class.I-payment_token.precision": 0.9981960312687913,
|
| 599 |
+
"by_class.I-payment_token.recall": 1.0,
|
| 600 |
+
"by_class.I-personal_document_id.f1": 1.0,
|
| 601 |
+
"by_class.I-personal_document_id.f2": 1.0,
|
| 602 |
+
"by_class.I-personal_document_id.loss": 0.024112184772738902,
|
| 603 |
+
"by_class.I-personal_document_id.precision": 1.0,
|
| 604 |
+
"by_class.I-personal_document_id.recall": 1.0,
|
| 605 |
+
"by_class.I-private_address.f1": 1.0,
|
| 606 |
+
"by_class.I-private_address.f2": 1.0,
|
| 607 |
+
"by_class.I-private_address.loss": 0.0019045180823088006,
|
| 608 |
+
"by_class.I-private_address.precision": 1.0,
|
| 609 |
+
"by_class.I-private_address.recall": 1.0,
|
| 610 |
+
"by_class.I-private_date.f1": 0.9968387776606955,
|
| 611 |
+
"by_class.I-private_date.f2": 0.9974694221847322,
|
| 612 |
+
"by_class.I-private_date.loss": 0.012869966333270784,
|
| 613 |
+
"by_class.I-private_date.precision": 0.9957894736842106,
|
| 614 |
+
"by_class.I-private_date.recall": 0.9978902953586498,
|
| 615 |
+
"by_class.I-private_email.f1": 0.998942246668077,
|
| 616 |
+
"by_class.I-private_email.f2": 0.9995766299745978,
|
| 617 |
+
"by_class.I-private_email.loss": 0.0062385528690260955,
|
| 618 |
+
"by_class.I-private_email.precision": 0.9978867286559594,
|
| 619 |
+
"by_class.I-private_email.recall": 1.0,
|
| 620 |
+
"by_class.I-private_file_path.f1": 0.9999107859755554,
|
| 621 |
+
"by_class.I-private_file_path.f2": 0.9999107859755554,
|
| 622 |
+
"by_class.I-private_file_path.loss": 0.015202183440337153,
|
| 623 |
+
"by_class.I-private_file_path.precision": 0.9999107859755554,
|
| 624 |
+
"by_class.I-private_file_path.recall": 0.9999107859755554,
|
| 625 |
+
"by_class.I-private_person.f1": 1.0,
|
| 626 |
+
"by_class.I-private_person.f2": 1.0,
|
| 627 |
+
"by_class.I-private_person.loss": 0.011848364136244634,
|
| 628 |
+
"by_class.I-private_person.precision": 1.0,
|
| 629 |
+
"by_class.I-private_person.recall": 1.0,
|
| 630 |
+
"by_class.I-private_phone.f1": 0.9989395546129375,
|
| 631 |
+
"by_class.I-private_phone.f2": 0.9983043662568886,
|
| 632 |
+
"by_class.I-private_phone.loss": 0.002612521413639834,
|
| 633 |
+
"by_class.I-private_phone.precision": 1.0,
|
| 634 |
+
"by_class.I-private_phone.recall": 0.9978813559322034,
|
| 635 |
+
"by_class.I-private_url.f1": 0.993502105317877,
|
| 636 |
+
"by_class.I-private_url.f2": 0.9896437448218725,
|
| 637 |
+
"by_class.I-private_url.loss": 0.1356119074841986,
|
| 638 |
+
"by_class.I-private_url.precision": 1.0,
|
| 639 |
+
"by_class.I-private_url.recall": 0.9870881107323624,
|
| 640 |
+
"by_class.I-prompt_sensitive.f1": 0.9986015434816388,
|
| 641 |
+
"by_class.I-prompt_sensitive.f2": 0.997764345450029,
|
| 642 |
+
"by_class.I-prompt_sensitive.loss": 0.06969449886779662,
|
| 643 |
+
"by_class.I-prompt_sensitive.precision": 1.0,
|
| 644 |
+
"by_class.I-prompt_sensitive.recall": 0.9972069928623151,
|
| 645 |
+
"by_class.I-repo_secret.f1": 0.9988726042841037,
|
| 646 |
+
"by_class.I-repo_secret.f2": 0.9981973862100045,
|
| 647 |
+
"by_class.I-repo_secret.loss": 0.04279711433471982,
|
| 648 |
+
"by_class.I-repo_secret.precision": 1.0,
|
| 649 |
+
"by_class.I-repo_secret.recall": 0.9977477477477478,
|
| 650 |
+
"by_class.I-secret.f1": 0.9984536082474227,
|
| 651 |
+
"by_class.I-secret.f2": 0.9979906229068989,
|
| 652 |
+
"by_class.I-secret.loss": 0.02783755914118356,
|
| 653 |
+
"by_class.I-secret.precision": 0.9992262058292494,
|
| 654 |
+
"by_class.I-secret.recall": 0.9976822044810714,
|
| 655 |
+
"by_class.I-service_account.f1": 0.9980753282113071,
|
| 656 |
+
"by_class.I-service_account.f2": 0.9992292412099033,
|
| 657 |
+
"by_class.I-service_account.loss": 0.009090806764351814,
|
| 658 |
+
"by_class.I-service_account.precision": 0.9961580509136342,
|
| 659 |
+
"by_class.I-service_account.recall": 1.0,
|
| 660 |
+
"by_class.I-session_cookie.f1": 0.999735659529474,
|
| 661 |
+
"by_class.I-session_cookie.f2": 0.9995771223173697,
|
| 662 |
+
"by_class.I-session_cookie.loss": 0.06526728347668374,
|
| 663 |
+
"by_class.I-session_cookie.precision": 1.0,
|
| 664 |
+
"by_class.I-session_cookie.recall": 0.9994714587737844,
|
| 665 |
+
"by_class.I-signing_key.f1": 0.9997626018833584,
|
| 666 |
+
"by_class.I-signing_key.f2": 0.9996202171092192,
|
| 667 |
+
"by_class.I-signing_key.loss": 0.0580975672399774,
|
| 668 |
+
"by_class.I-signing_key.precision": 1.0,
|
| 669 |
+
"by_class.I-signing_key.recall": 0.9995253164556962,
|
| 670 |
+
"by_class.I-stacktrace_sensitive.f1": 0.9999666388657215,
|
| 671 |
+
"by_class.I-stacktrace_sensitive.f2": 0.9999466232535795,
|
| 672 |
+
"by_class.I-stacktrace_sensitive.loss": 0.023494515058843164,
|
| 673 |
+
"by_class.I-stacktrace_sensitive.precision": 1.0,
|
| 674 |
+
"by_class.I-stacktrace_sensitive.recall": 0.9999332799572992,
|
| 675 |
+
"by_class.I-webhook_secret.f1": 0.9958257393144806,
|
| 676 |
+
"by_class.I-webhook_secret.f2": 0.9957203658852023,
|
| 677 |
+
"by_class.I-webhook_secret.loss": 0.08029580984599775,
|
| 678 |
+
"by_class.I-webhook_secret.precision": 0.9960014112666118,
|
| 679 |
+
"by_class.I-webhook_secret.recall": 0.9956501293204797,
|
| 680 |
+
"by_class.I-workspace_identity.f1": 0.9866289352670675,
|
| 681 |
+
"by_class.I-workspace_identity.f2": 0.993672870293841,
|
| 682 |
+
"by_class.I-workspace_identity.loss": 0.013318199192466839,
|
| 683 |
+
"by_class.I-workspace_identity.precision": 0.975108376450846,
|
| 684 |
+
"by_class.I-workspace_identity.recall": 0.9984249713631157,
|
| 685 |
+
"by_class.account_number.span.f1": 0.9978902953586498,
|
| 686 |
+
"by_class.account_number.span.f2": 0.9966287399915719,
|
| 687 |
+
"by_class.account_number.span.precision": 1.0,
|
| 688 |
+
"by_class.account_number.span.recall": 0.9957894736842106,
|
| 689 |
+
"by_class.agent_memory_sensitive.span.f1": 0.9996134518747584,
|
| 690 |
+
"by_class.agent_memory_sensitive.span.f2": 0.9993816664090276,
|
| 691 |
+
"by_class.agent_memory_sensitive.span.precision": 1.0,
|
| 692 |
+
"by_class.agent_memory_sensitive.span.recall": 0.999227202472952,
|
| 693 |
+
"by_class.api_key.span.f1": 0.9785389393255555,
|
| 694 |
+
"by_class.api_key.span.f2": 0.9889164610923287,
|
| 695 |
+
"by_class.api_key.span.precision": 0.96171875,
|
| 696 |
+
"by_class.api_key.span.recall": 0.9959579628132579,
|
| 697 |
+
"by_class.auth_token.span.f1": 0.9943980784578194,
|
| 698 |
+
"by_class.auth_token.span.f2": 0.9939221491194185,
|
| 699 |
+
"by_class.auth_token.span.precision": 0.9951923076923077,
|
| 700 |
+
"by_class.auth_token.span.recall": 0.9936051159072742,
|
| 701 |
+
"by_class.biometric_identifier.span.f1": 0.9955800942717434,
|
| 702 |
+
"by_class.biometric_identifier.span.f2": 0.9942573572111519,
|
| 703 |
+
"by_class.biometric_identifier.span.precision": 0.9977924944812362,
|
| 704 |
+
"by_class.biometric_identifier.span.recall": 0.9933774834437086,
|
| 705 |
+
"by_class.certificate_private_key.span.f1": 0.9788463925386103,
|
| 706 |
+
"by_class.certificate_private_key.span.f2": 0.9680836139169472,
|
| 707 |
+
"by_class.certificate_private_key.span.precision": 0.9973262032085561,
|
| 708 |
+
"by_class.certificate_private_key.span.recall": 0.961038961038961,
|
| 709 |
+
"by_class.cloud_credential.span.f1": 0.969911847762092,
|
| 710 |
+
"by_class.cloud_credential.span.f2": 0.9727274912707106,
|
| 711 |
+
"by_class.cloud_credential.span.precision": 0.9652551574375678,
|
| 712 |
+
"by_class.cloud_credential.span.recall": 0.9746136865342163,
|
| 713 |
+
"by_class.connection_credential.span.f1": 0.9969230769230769,
|
| 714 |
+
"by_class.connection_credential.span.f2": 0.9987669543773121,
|
| 715 |
+
"by_class.connection_credential.span.precision": 0.9938650306748467,
|
| 716 |
+
"by_class.connection_credential.span.recall": 1.0,
|
| 717 |
+
"by_class.customer_data.span.f1": 1.0,
|
| 718 |
+
"by_class.customer_data.span.f2": 1.0,
|
| 719 |
+
"by_class.customer_data.span.precision": 1.0,
|
| 720 |
+
"by_class.customer_data.span.recall": 1.0,
|
| 721 |
+
"by_class.database_uri.span.f1": 0.8324394935373884,
|
| 722 |
+
"by_class.database_uri.span.f2": 0.9120680282470593,
|
| 723 |
+
"by_class.database_uri.span.precision": 0.7266982622432859,
|
| 724 |
+
"by_class.database_uri.span.recall": 0.9741935483870968,
|
| 725 |
+
"by_class.encryption_key.span.f1": 0.9978213507625272,
|
| 726 |
+
"by_class.encryption_key.span.f2": 0.9965187119234117,
|
| 727 |
+
"by_class.encryption_key.span.precision": 1.0,
|
| 728 |
+
"by_class.encryption_key.span.recall": 0.9956521739130435,
|
| 729 |
+
"by_class.internal_url.span.f1": 0.9923447195773842,
|
| 730 |
+
"by_class.internal_url.span.f2": 0.9925865189729928,
|
| 731 |
+
"by_class.internal_url.span.precision": 0.991941982272361,
|
| 732 |
+
"by_class.internal_url.span.recall": 0.9927477840451249,
|
| 733 |
+
"by_class.oauth_credential.span.f1": 0.9918636251679124,
|
| 734 |
+
"by_class.oauth_credential.span.f2": 0.9882345953873807,
|
| 735 |
+
"by_class.oauth_credential.span.precision": 0.9979716024340771,
|
| 736 |
+
"by_class.oauth_credential.span.recall": 0.9858299595141701,
|
| 737 |
+
"by_class.payment_token.span.f1": 0.9989462592202318,
|
| 738 |
+
"by_class.payment_token.span.f2": 0.9995782370307889,
|
| 739 |
+
"by_class.payment_token.span.precision": 0.9978947368421053,
|
| 740 |
+
"by_class.payment_token.span.recall": 1.0,
|
| 741 |
+
"by_class.personal_document_id.span.f1": 1.0,
|
| 742 |
+
"by_class.personal_document_id.span.f2": 1.0,
|
| 743 |
+
"by_class.personal_document_id.span.precision": 1.0,
|
| 744 |
+
"by_class.personal_document_id.span.recall": 1.0,
|
| 745 |
+
"by_class.private_address.span.f1": 1.0,
|
| 746 |
+
"by_class.private_address.span.f2": 1.0,
|
| 747 |
+
"by_class.private_address.span.precision": 1.0,
|
| 748 |
+
"by_class.private_address.span.recall": 1.0,
|
| 749 |
+
"by_class.private_date.span.f1": 0.9968387776606955,
|
| 750 |
+
"by_class.private_date.span.f2": 0.9974694221847321,
|
| 751 |
+
"by_class.private_date.span.precision": 0.9957894736842106,
|
| 752 |
+
"by_class.private_date.span.recall": 0.9978902953586498,
|
| 753 |
+
"by_class.private_email.span.f1": 0.9978070175438596,
|
| 754 |
+
"by_class.private_email.span.f2": 0.9991216512955642,
|
| 755 |
+
"by_class.private_email.span.precision": 0.9956236323851203,
|
| 756 |
+
"by_class.private_email.span.recall": 1.0,
|
| 757 |
+
"by_class.private_file_path.span.f1": 0.999194847020934,
|
| 758 |
+
"by_class.private_file_path.span.f2": 0.999194847020934,
|
| 759 |
+
"by_class.private_file_path.span.precision": 0.999194847020934,
|
| 760 |
+
"by_class.private_file_path.span.recall": 0.999194847020934,
|
| 761 |
+
"by_class.private_person.span.f1": 1.0,
|
| 762 |
+
"by_class.private_person.span.f2": 1.0,
|
| 763 |
+
"by_class.private_person.span.precision": 1.0,
|
| 764 |
+
"by_class.private_person.span.recall": 1.0,
|
| 765 |
+
"by_class.private_phone.span.f1": 0.9989395546129375,
|
| 766 |
+
"by_class.private_phone.span.f2": 0.9983043662568886,
|
| 767 |
+
"by_class.private_phone.span.precision": 1.0,
|
| 768 |
+
"by_class.private_phone.span.recall": 0.9978813559322034,
|
| 769 |
+
"by_class.private_url.span.f1": 0.9928644240570845,
|
| 770 |
+
"by_class.private_url.span.f2": 0.9886317498984977,
|
| 771 |
+
"by_class.private_url.span.precision": 1.0,
|
| 772 |
+
"by_class.private_url.span.recall": 0.9858299595141701,
|
| 773 |
+
"by_class.prompt_sensitive.span.f1": 0.9975708502024292,
|
| 774 |
+
"by_class.prompt_sensitive.span.f2": 0.9961190168175938,
|
| 775 |
+
"by_class.prompt_sensitive.span.precision": 1.0,
|
| 776 |
+
"by_class.prompt_sensitive.span.recall": 0.9951534733441034,
|
| 777 |
+
"by_class.repo_secret.span.f1": 0.9988726042841037,
|
| 778 |
+
"by_class.repo_secret.span.f2": 0.9981973862100046,
|
| 779 |
+
"by_class.repo_secret.span.precision": 1.0,
|
| 780 |
+
"by_class.repo_secret.span.recall": 0.9977477477477478,
|
| 781 |
+
"by_class.secret.span.f1": 0.9960474308300395,
|
| 782 |
+
"by_class.secret.span.f2": 0.9960474308300395,
|
| 783 |
+
"by_class.secret.span.precision": 0.9960474308300395,
|
| 784 |
+
"by_class.secret.span.recall": 0.9960474308300395,
|
| 785 |
+
"by_class.service_account.span.f1": 0.9854771784232366,
|
| 786 |
+
"by_class.service_account.span.f2": 0.9941398074508163,
|
| 787 |
+
"by_class.service_account.span.precision": 0.9713701431492843,
|
| 788 |
+
"by_class.service_account.span.recall": 1.0,
|
| 789 |
+
"by_class.session_cookie.span.f1": 0.9989417989417989,
|
| 790 |
+
"by_class.session_cookie.span.f2": 0.9983079526226735,
|
| 791 |
+
"by_class.session_cookie.span.precision": 1.0,
|
| 792 |
+
"by_class.session_cookie.span.recall": 0.9978858350951374,
|
| 793 |
+
"by_class.signing_key.span.f1": 0.9979381443298969,
|
| 794 |
+
"by_class.signing_key.span.f2": 0.9967051070840198,
|
| 795 |
+
"by_class.signing_key.span.precision": 1.0,
|
| 796 |
+
"by_class.signing_key.span.recall": 0.9958847736625515,
|
| 797 |
+
"by_class.stacktrace_sensitive.span.f1": 0.9995995194233079,
|
| 798 |
+
"by_class.stacktrace_sensitive.span.f2": 0.9993593850096092,
|
| 799 |
+
"by_class.stacktrace_sensitive.span.precision": 1.0,
|
| 800 |
+
"by_class.stacktrace_sensitive.span.recall": 0.9991993594875901,
|
| 801 |
+
"by_class.webhook_secret.span.f1": 0.9922026991835047,
|
| 802 |
+
"by_class.webhook_secret.span.f2": 0.9921935796175222,
|
| 803 |
+
"by_class.webhook_secret.span.precision": 0.9922178988326849,
|
| 804 |
+
"by_class.webhook_secret.span.recall": 0.9921875,
|
| 805 |
+
"by_class.workspace_identity.span.f1": 0.9852375884918093,
|
| 806 |
+
"by_class.workspace_identity.span.f2": 0.9931087501147965,
|
| 807 |
+
"by_class.workspace_identity.span.precision": 0.9723926380368099,
|
| 808 |
+
"by_class.workspace_identity.span.recall": 0.998426435877262,
|
| 809 |
+
"detection.f1": 0.9940886582638185,
|
| 810 |
+
"detection.f2": 0.9968438331831027,
|
| 811 |
+
"detection.precision": 0.9895303894222822,
|
| 812 |
+
"detection.recall": 0.9986891167560009,
|
| 813 |
+
"detection.span.f1": 0.9894169290957425,
|
| 814 |
+
"detection.span.f2": 0.9924956781741554,
|
| 815 |
+
"detection.span.precision": 0.9843279083785413,
|
| 816 |
+
"detection.span.recall": 0.9945588442234626,
|
| 817 |
+
"loss": 0.07234248243101249,
|
| 818 |
+
"n_examples": 6250.0,
|
| 819 |
+
"n_tokens": 702612.0,
|
| 820 |
+
"token_accuracy": 0.992385555612486
|
| 821 |
+
},
|
| 822 |
+
"summary": {
|
| 823 |
+
"elapsed_s": 60.051029193,
|
| 824 |
+
"eval_mode": "typed",
|
| 825 |
+
"examples": 6250,
|
| 826 |
+
"loss": 0.07234248243101249,
|
| 827 |
+
"padded_window_tokens": 702612,
|
| 828 |
+
"padded_window_tokens_per_s": 11700.249095512618,
|
| 829 |
+
"token_accuracy": 0.992385555612486,
|
| 830 |
+
"tokens": 702612,
|
| 831 |
+
"tokens_per_s": 11700.249095512618,
|
| 832 |
+
"window_tokens": 702612,
|
| 833 |
+
"window_tokens_per_s": 11700.249095512618,
|
| 834 |
+
"windows": 6250
|
| 835 |
+
}
|
| 836 |
+
},
|
| 837 |
+
"training": {
|
| 838 |
+
"allow_tf32": true,
|
| 839 |
+
"batch_size": 64,
|
| 840 |
+
"effective_batch_size": 64,
|
| 841 |
+
"epochs": 3,
|
| 842 |
+
"full_finetune": false,
|
| 843 |
+
"grad_accum_steps": 1,
|
| 844 |
+
"gradient_checkpointing": false,
|
| 845 |
+
"learning_rate": 0.0003,
|
| 846 |
+
"max_grad_norm": 1.0,
|
| 847 |
+
"max_train_examples": null,
|
| 848 |
+
"max_validation_examples": null,
|
| 849 |
+
"moe_triton_training": true,
|
| 850 |
+
"n_ctx": 1024,
|
| 851 |
+
"requested_batch_size": null,
|
| 852 |
+
"requested_learning_rate": null,
|
| 853 |
+
"reused_checkpoint": true,
|
| 854 |
+
"shuffle_seed": 42,
|
| 855 |
+
"train_head_only": true,
|
| 856 |
+
"weight_decay": 0.01
|
| 857 |
+
},
|
| 858 |
+
"validation_metrics": {
|
| 859 |
+
"args": {
|
| 860 |
+
"attn_low_precision": false,
|
| 861 |
+
"checkpoint": "/outputs/matex-privacy-sentinel-v0.1",
|
| 862 |
+
"dataset": "/data/dataset/compiled/validation.jsonl",
|
| 863 |
+
"dataset_variant": "full",
|
| 864 |
+
"debug_decode": false,
|
| 865 |
+
"decode_mode": "viterbi",
|
| 866 |
+
"device": "cuda",
|
| 867 |
+
"discard_overlapping_ground_truth_spans": false,
|
| 868 |
+
"discard_overlapping_predicted_spans": false,
|
| 869 |
+
"eval_mode": "typed",
|
| 870 |
+
"experts_per_token": null,
|
| 871 |
+
"label_counts": true,
|
| 872 |
+
"max_examples": null,
|
| 873 |
+
"metrics_out": "/outputs/matex-privacy-sentinel-v0.1-metrics-validation.json",
|
| 874 |
+
"moe_triton": false,
|
| 875 |
+
"n_ctx": null,
|
| 876 |
+
"per_class": true,
|
| 877 |
+
"prediction_write_workers": 0,
|
| 878 |
+
"predictions_out": null,
|
| 879 |
+
"predictions_token_logprobs_example_id": null,
|
| 880 |
+
"predictions_token_logprobs_max_tokens": null,
|
| 881 |
+
"predictions_token_logprobs_topk": 0,
|
| 882 |
+
"preprocess_chunksize": 16,
|
| 883 |
+
"preprocess_workers": 0,
|
| 884 |
+
"preview": false,
|
| 885 |
+
"preview_example_id": null,
|
| 886 |
+
"preview_max_chars": 4000,
|
| 887 |
+
"preview_max_tokens": 256,
|
| 888 |
+
"progress_every": null,
|
| 889 |
+
"skip_non_ascii_examples": false,
|
| 890 |
+
"span_metrics_space": "char",
|
| 891 |
+
"timings_out": "/outputs/matex-privacy-sentinel-v0.1-timings-validation.json",
|
| 892 |
+
"trim_span_whitespace": true,
|
| 893 |
+
"viterbi_calibration_path": null,
|
| 894 |
+
"window_batch_size": 1
|
| 895 |
+
},
|
| 896 |
+
"config": {
|
| 897 |
+
"attention_impl": "banded",
|
| 898 |
+
"category_version": "matex_privacy_sentinel_v0_1",
|
| 899 |
+
"checkpoint": "/outputs/matex-privacy-sentinel-v0.1",
|
| 900 |
+
"dataset": "/data/dataset/compiled/validation.jsonl",
|
| 901 |
+
"dataset_variant": "full",
|
| 902 |
+
"decode_mode": "viterbi",
|
| 903 |
+
"device": "cuda",
|
| 904 |
+
"encoding": "o200k_base",
|
| 905 |
+
"resolved_n_ctx": 128000,
|
| 906 |
+
"viterbi_calibration_path": null
|
| 907 |
+
},
|
| 908 |
+
"metrics": {
|
| 909 |
+
"by_class.B-account_number.f1": 0.9967741935483871,
|
| 910 |
+
"by_class.B-account_number.f2": 0.9948486799742434,
|
| 911 |
+
"by_class.B-account_number.loss": 0.011750430678103609,
|
| 912 |
+
"by_class.B-account_number.precision": 1.0,
|
| 913 |
+
"by_class.B-account_number.recall": 0.9935691318327974,
|
| 914 |
+
"by_class.B-agent_memory_sensitive.f1": 0.9977937120794264,
|
| 915 |
+
"by_class.B-agent_memory_sensitive.f2": 0.9981240344294857,
|
| 916 |
+
"by_class.B-agent_memory_sensitive.loss": 0.015104690157977626,
|
| 917 |
+
"by_class.B-agent_memory_sensitive.precision": 0.9972436604189636,
|
| 918 |
+
"by_class.B-agent_memory_sensitive.recall": 0.9983443708609272,
|
| 919 |
+
"by_class.B-api_key.f1": 0.9922005571030641,
|
| 920 |
+
"by_class.B-api_key.f2": 0.991206589492431,
|
| 921 |
+
"by_class.B-api_key.loss": 0.0266170462802703,
|
| 922 |
+
"by_class.B-api_key.precision": 0.9938616071428571,
|
| 923 |
+
"by_class.B-api_key.recall": 0.9905450500556173,
|
| 924 |
+
"by_class.B-auth_token.f1": 0.9887133182844243,
|
| 925 |
+
"by_class.B-auth_token.f2": 0.9850444169571573,
|
| 926 |
+
"by_class.B-auth_token.loss": 0.08726131075231272,
|
| 927 |
+
"by_class.B-auth_token.precision": 0.9948892674616695,
|
| 928 |
+
"by_class.B-auth_token.recall": 0.9826135726303982,
|
| 929 |
+
"by_class.B-biometric_identifier.f1": 0.9898682877406282,
|
| 930 |
+
"by_class.B-biometric_identifier.f2": 0.9898682877406282,
|
| 931 |
+
"by_class.B-biometric_identifier.loss": 0.03093830303912745,
|
| 932 |
+
"by_class.B-biometric_identifier.precision": 0.9898682877406282,
|
| 933 |
+
"by_class.B-biometric_identifier.recall": 0.9898682877406282,
|
| 934 |
+
"by_class.B-certificate_private_key.f1": 0.9968051118210862,
|
| 935 |
+
"by_class.B-certificate_private_key.f2": 0.9964230965763924,
|
| 936 |
+
"by_class.B-certificate_private_key.loss": 0.04087310735362392,
|
| 937 |
+
"by_class.B-certificate_private_key.precision": 0.9974424552429667,
|
| 938 |
+
"by_class.B-certificate_private_key.recall": 0.9961685823754789,
|
| 939 |
+
"by_class.B-cloud_credential.f1": 0.9719789842381786,
|
| 940 |
+
"by_class.B-cloud_credential.f2": 0.9747102212855637,
|
| 941 |
+
"by_class.B-cloud_credential.loss": 0.08676061464775718,
|
| 942 |
+
"by_class.B-cloud_credential.precision": 0.9674607786170831,
|
| 943 |
+
"by_class.B-cloud_credential.recall": 0.9765395894428153,
|
| 944 |
+
"by_class.B-connection_credential.f1": 1.0,
|
| 945 |
+
"by_class.B-connection_credential.f2": 1.0,
|
| 946 |
+
"by_class.B-connection_credential.loss": 0.004295863984232394,
|
| 947 |
+
"by_class.B-connection_credential.precision": 1.0,
|
| 948 |
+
"by_class.B-connection_credential.recall": 1.0,
|
| 949 |
+
"by_class.B-customer_data.f1": 1.0,
|
| 950 |
+
"by_class.B-customer_data.f2": 1.0,
|
| 951 |
+
"by_class.B-customer_data.loss": 0.004468264879811965,
|
| 952 |
+
"by_class.B-customer_data.precision": 1.0,
|
| 953 |
+
"by_class.B-customer_data.recall": 1.0,
|
| 954 |
+
"by_class.B-database_uri.f1": 0.9846153846153847,
|
| 955 |
+
"by_class.B-database_uri.f2": 0.9859154929577465,
|
| 956 |
+
"by_class.B-database_uri.loss": 0.10020756241726057,
|
| 957 |
+
"by_class.B-database_uri.precision": 0.9824561403508771,
|
| 958 |
+
"by_class.B-database_uri.recall": 0.986784140969163,
|
| 959 |
+
"by_class.B-encryption_key.f1": 0.9973016729627631,
|
| 960 |
+
"by_class.B-encryption_key.f2": 0.9956896551724138,
|
| 961 |
+
"by_class.B-encryption_key.loss": 0.026334069568784986,
|
| 962 |
+
"by_class.B-encryption_key.precision": 1.0,
|
| 963 |
+
"by_class.B-encryption_key.recall": 0.9946178686759957,
|
| 964 |
+
"by_class.B-internal_url.f1": 0.9976717112922002,
|
| 965 |
+
"by_class.B-internal_url.f2": 0.9969753373662168,
|
| 966 |
+
"by_class.B-internal_url.loss": 0.02496128624196186,
|
| 967 |
+
"by_class.B-internal_url.precision": 0.9988344988344988,
|
| 968 |
+
"by_class.B-internal_url.recall": 0.9965116279069768,
|
| 969 |
+
"by_class.B-oauth_credential.f1": 0.9939393939393939,
|
| 970 |
+
"by_class.B-oauth_credential.f2": 0.9936109275170742,
|
| 971 |
+
"by_class.B-oauth_credential.loss": 0.014675571419521407,
|
| 972 |
+
"by_class.B-oauth_credential.precision": 0.9944873208379272,
|
| 973 |
+
"by_class.B-oauth_credential.recall": 0.9933920704845814,
|
| 974 |
+
"by_class.B-payment_token.f1": 0.9978540772532188,
|
| 975 |
+
"by_class.B-payment_token.f2": 0.9978540772532188,
|
| 976 |
+
"by_class.B-payment_token.loss": 0.02011613940300317,
|
| 977 |
+
"by_class.B-payment_token.precision": 0.9978540772532188,
|
| 978 |
+
"by_class.B-payment_token.recall": 0.9978540772532188,
|
| 979 |
+
"by_class.B-personal_document_id.f1": 0.9988876529477196,
|
| 980 |
+
"by_class.B-personal_document_id.f2": 0.9982214317474433,
|
| 981 |
+
"by_class.B-personal_document_id.loss": 0.01185929154164891,
|
| 982 |
+
"by_class.B-personal_document_id.precision": 1.0,
|
| 983 |
+
"by_class.B-personal_document_id.recall": 0.9977777777777778,
|
| 984 |
+
"by_class.B-private_address.f1": 1.0,
|
| 985 |
+
"by_class.B-private_address.f2": 1.0,
|
| 986 |
+
"by_class.B-private_address.loss": 0.0193478444800217,
|
| 987 |
+
"by_class.B-private_address.precision": 1.0,
|
| 988 |
+
"by_class.B-private_address.recall": 1.0,
|
| 989 |
+
"by_class.B-private_date.f1": 1.0,
|
| 990 |
+
"by_class.B-private_date.f2": 1.0,
|
| 991 |
+
"by_class.B-private_date.loss": 0.004691410118881639,
|
| 992 |
+
"by_class.B-private_date.precision": 1.0,
|
| 993 |
+
"by_class.B-private_date.recall": 1.0,
|
| 994 |
+
"by_class.B-private_email.f1": 0.9967462039045553,
|
| 995 |
+
"by_class.B-private_email.f2": 0.9967462039045553,
|
| 996 |
+
"by_class.B-private_email.loss": 0.02527087484519866,
|
| 997 |
+
"by_class.B-private_email.precision": 0.9967462039045553,
|
| 998 |
+
"by_class.B-private_email.recall": 0.9967462039045553,
|
| 999 |
+
"by_class.B-private_file_path.f1": 0.9988751406074241,
|
| 1000 |
+
"by_class.B-private_file_path.f2": 0.9988751406074241,
|
| 1001 |
+
"by_class.B-private_file_path.loss": 0.05553321336023407,
|
| 1002 |
+
"by_class.B-private_file_path.precision": 0.9988751406074241,
|
| 1003 |
+
"by_class.B-private_file_path.recall": 0.9988751406074241,
|
| 1004 |
+
"by_class.B-private_person.f1": 0.9983827493261456,
|
| 1005 |
+
"by_class.B-private_person.f2": 0.997414907367514,
|
| 1006 |
+
"by_class.B-private_person.loss": 0.009423853283213888,
|
| 1007 |
+
"by_class.B-private_person.precision": 1.0,
|
| 1008 |
+
"by_class.B-private_person.recall": 0.9967707212055974,
|
| 1009 |
+
"by_class.B-private_phone.f1": 0.9983914209115281,
|
| 1010 |
+
"by_class.B-private_phone.f2": 0.9987127225917185,
|
| 1011 |
+
"by_class.B-private_phone.loss": 0.025255145037313208,
|
| 1012 |
+
"by_class.B-private_phone.precision": 0.9978563772775991,
|
| 1013 |
+
"by_class.B-private_phone.recall": 0.9989270386266095,
|
| 1014 |
+
"by_class.B-private_url.f1": 0.9971703452178834,
|
| 1015 |
+
"by_class.B-private_url.f2": 0.9954802259887006,
|
| 1016 |
+
"by_class.B-private_url.loss": 0.029047285213373235,
|
| 1017 |
+
"by_class.B-private_url.precision": 1.0,
|
| 1018 |
+
"by_class.B-private_url.recall": 0.9943566591422122,
|
| 1019 |
+
"by_class.B-prompt_sensitive.f1": 0.9876967095851216,
|
| 1020 |
+
"by_class.B-prompt_sensitive.f2": 0.9854973164325682,
|
| 1021 |
+
"by_class.B-prompt_sensitive.loss": 0.054175752409193395,
|
| 1022 |
+
"by_class.B-prompt_sensitive.precision": 0.9913842619184376,
|
| 1023 |
+
"by_class.B-prompt_sensitive.recall": 0.984036488027366,
|
| 1024 |
+
"by_class.B-repo_secret.f1": 0.9973219068023568,
|
| 1025 |
+
"by_class.B-repo_secret.f2": 0.9970014992503748,
|
| 1026 |
+
"by_class.B-repo_secret.loss": 0.008656895042842725,
|
| 1027 |
+
"by_class.B-repo_secret.precision": 0.9978563772775991,
|
| 1028 |
+
"by_class.B-repo_secret.recall": 0.9967880085653105,
|
| 1029 |
+
"by_class.B-secret.f1": 0.9984067976633032,
|
| 1030 |
+
"by_class.B-secret.f2": 0.9974533106960951,
|
| 1031 |
+
"by_class.B-secret.loss": 0.016044667499153557,
|
| 1032 |
+
"by_class.B-secret.precision": 1.0,
|
| 1033 |
+
"by_class.B-secret.recall": 0.9968186638388123,
|
| 1034 |
+
"by_class.B-service_account.f1": 1.0,
|
| 1035 |
+
"by_class.B-service_account.f2": 1.0,
|
| 1036 |
+
"by_class.B-service_account.loss": 0.009818701720521654,
|
| 1037 |
+
"by_class.B-service_account.precision": 1.0,
|
| 1038 |
+
"by_class.B-service_account.recall": 1.0,
|
| 1039 |
+
"by_class.B-session_cookie.f1": 0.9989626556016598,
|
| 1040 |
+
"by_class.B-session_cookie.f2": 0.9989626556016598,
|
| 1041 |
+
"by_class.B-session_cookie.loss": 0.018500105246009892,
|
| 1042 |
+
"by_class.B-session_cookie.precision": 0.9989626556016598,
|
| 1043 |
+
"by_class.B-session_cookie.recall": 0.9989626556016598,
|
| 1044 |
+
"by_class.B-signing_key.f1": 0.9916054564533053,
|
| 1045 |
+
"by_class.B-signing_key.f2": 0.990981543624161,
|
| 1046 |
+
"by_class.B-signing_key.loss": 0.037813439742152954,
|
| 1047 |
+
"by_class.B-signing_key.precision": 0.9926470588235294,
|
| 1048 |
+
"by_class.B-signing_key.recall": 0.9905660377358491,
|
| 1049 |
+
"by_class.B-stacktrace_sensitive.f1": 0.9994419642857143,
|
| 1050 |
+
"by_class.B-stacktrace_sensitive.f2": 0.9994419642857143,
|
| 1051 |
+
"by_class.B-stacktrace_sensitive.loss": 0.012738337480874242,
|
| 1052 |
+
"by_class.B-stacktrace_sensitive.precision": 0.9994419642857143,
|
| 1053 |
+
"by_class.B-stacktrace_sensitive.recall": 0.9994419642857143,
|
| 1054 |
+
"by_class.B-webhook_secret.f1": 0.9918522542096686,
|
| 1055 |
+
"by_class.B-webhook_secret.f2": 0.992822966507177,
|
| 1056 |
+
"by_class.B-webhook_secret.loss": 0.0846751597579329,
|
| 1057 |
+
"by_class.B-webhook_secret.precision": 0.9902386117136659,
|
| 1058 |
+
"by_class.B-webhook_secret.recall": 0.9934711643090316,
|
| 1059 |
+
"by_class.B-workspace_identity.f1": 0.9991416309012876,
|
| 1060 |
+
"by_class.B-workspace_identity.f2": 0.9989701338825953,
|
| 1061 |
+
"by_class.B-workspace_identity.loss": 0.008762552906614695,
|
| 1062 |
+
"by_class.B-workspace_identity.precision": 0.9994275901545506,
|
| 1063 |
+
"by_class.B-workspace_identity.recall": 0.9988558352402745,
|
| 1064 |
+
"by_class.E-account_number.f1": 0.9967741935483871,
|
| 1065 |
+
"by_class.E-account_number.f2": 0.9948486799742434,
|
| 1066 |
+
"by_class.E-account_number.loss": 0.05756355443290729,
|
| 1067 |
+
"by_class.E-account_number.precision": 1.0,
|
| 1068 |
+
"by_class.E-account_number.recall": 0.9935691318327974,
|
| 1069 |
+
"by_class.E-agent_memory_sensitive.f1": 0.9994484280198566,
|
| 1070 |
+
"by_class.E-agent_memory_sensitive.f2": 0.9997792981681748,
|
| 1071 |
+
"by_class.E-agent_memory_sensitive.loss": 0.0055836050575073445,
|
| 1072 |
+
"by_class.E-agent_memory_sensitive.precision": 0.9988974641675854,
|
| 1073 |
+
"by_class.E-agent_memory_sensitive.recall": 1.0,
|
| 1074 |
+
"by_class.E-api_key.f1": 0.992757660167131,
|
| 1075 |
+
"by_class.E-api_key.f2": 0.9917631344612645,
|
| 1076 |
+
"by_class.E-api_key.loss": 0.061865198902475285,
|
| 1077 |
+
"by_class.E-api_key.precision": 0.9944196428571429,
|
| 1078 |
+
"by_class.E-api_key.recall": 0.9911012235817576,
|
| 1079 |
+
"by_class.E-auth_token.f1": 0.9904063205417607,
|
| 1080 |
+
"by_class.E-auth_token.f2": 0.9867311368492072,
|
| 1081 |
+
"by_class.E-auth_token.loss": 0.13864204990282847,
|
| 1082 |
+
"by_class.E-auth_token.precision": 0.9965928449744463,
|
| 1083 |
+
"by_class.E-auth_token.recall": 0.9842961301177791,
|
| 1084 |
+
"by_class.E-biometric_identifier.f1": 0.9989868287740629,
|
| 1085 |
+
"by_class.E-biometric_identifier.f2": 0.9989868287740629,
|
| 1086 |
+
"by_class.E-biometric_identifier.loss": 0.04583499569156557,
|
| 1087 |
+
"by_class.E-biometric_identifier.precision": 0.9989868287740629,
|
| 1088 |
+
"by_class.E-biometric_identifier.recall": 0.9989868287740629,
|
| 1089 |
+
"by_class.E-certificate_private_key.f1": 0.9853035143769968,
|
| 1090 |
+
"by_class.E-certificate_private_key.f2": 0.984925907000511,
|
| 1091 |
+
"by_class.E-certificate_private_key.loss": 0.032805599170861635,
|
| 1092 |
+
"by_class.E-certificate_private_key.precision": 0.9859335038363172,
|
| 1093 |
+
"by_class.E-certificate_private_key.recall": 0.9846743295019157,
|
| 1094 |
+
"by_class.E-cloud_credential.f1": 0.9824868651488616,
|
| 1095 |
+
"by_class.E-cloud_credential.f2": 0.9852476290832455,
|
| 1096 |
+
"by_class.E-cloud_credential.loss": 0.11798526573503479,
|
| 1097 |
+
"by_class.E-cloud_credential.precision": 0.9779198140615921,
|
| 1098 |
+
"by_class.E-cloud_credential.recall": 0.9870967741935484,
|
| 1099 |
+
"by_class.E-connection_credential.f1": 1.0,
|
| 1100 |
+
"by_class.E-connection_credential.f2": 1.0,
|
| 1101 |
+
"by_class.E-connection_credential.loss": 0.006869558387754492,
|
| 1102 |
+
"by_class.E-connection_credential.precision": 1.0,
|
| 1103 |
+
"by_class.E-connection_credential.recall": 1.0,
|
| 1104 |
+
"by_class.E-customer_data.f1": 1.0,
|
| 1105 |
+
"by_class.E-customer_data.f2": 1.0,
|
| 1106 |
+
"by_class.E-customer_data.loss": 0.00048301546662714946,
|
| 1107 |
+
"by_class.E-customer_data.precision": 1.0,
|
| 1108 |
+
"by_class.E-customer_data.recall": 1.0,
|
| 1109 |
+
"by_class.E-database_uri.f1": 0.9923076923076923,
|
| 1110 |
+
"by_class.E-database_uri.f2": 0.9936179577464789,
|
| 1111 |
+
"by_class.E-database_uri.loss": 0.036068017971670606,
|
| 1112 |
+
"by_class.E-database_uri.precision": 0.9901315789473685,
|
| 1113 |
+
"by_class.E-database_uri.recall": 0.9944933920704846,
|
| 1114 |
+
"by_class.E-encryption_key.f1": 0.9962223421478683,
|
| 1115 |
+
"by_class.E-encryption_key.f2": 0.9946120689655172,
|
| 1116 |
+
"by_class.E-encryption_key.loss": 0.05245102700865611,
|
| 1117 |
+
"by_class.E-encryption_key.precision": 0.9989177489177489,
|
| 1118 |
+
"by_class.E-encryption_key.recall": 0.9935414424111948,
|
| 1119 |
+
"by_class.E-internal_url.f1": 0.9976717112922002,
|
| 1120 |
+
"by_class.E-internal_url.f2": 0.9969753373662168,
|
| 1121 |
+
"by_class.E-internal_url.loss": 0.02468642364583423,
|
| 1122 |
+
"by_class.E-internal_url.precision": 0.9988344988344988,
|
| 1123 |
+
"by_class.E-internal_url.recall": 0.9965116279069768,
|
| 1124 |
+
"by_class.E-oauth_credential.f1": 0.9983471074380166,
|
| 1125 |
+
"by_class.E-oauth_credential.f2": 0.9980171844018506,
|
| 1126 |
+
"by_class.E-oauth_credential.loss": 0.020012938536103225,
|
| 1127 |
+
"by_class.E-oauth_credential.precision": 0.9988974641675854,
|
| 1128 |
+
"by_class.E-oauth_credential.recall": 0.9977973568281938,
|
| 1129 |
+
"by_class.E-payment_token.f1": 0.9989270386266095,
|
| 1130 |
+
"by_class.E-payment_token.f2": 0.9989270386266095,
|
| 1131 |
+
"by_class.E-payment_token.loss": 0.008119402104323497,
|
| 1132 |
+
"by_class.E-payment_token.precision": 0.9989270386266095,
|
| 1133 |
+
"by_class.E-payment_token.recall": 0.9989270386266095,
|
| 1134 |
+
"by_class.E-personal_document_id.f1": 0.9988876529477196,
|
| 1135 |
+
"by_class.E-personal_document_id.f2": 0.9982214317474433,
|
| 1136 |
+
"by_class.E-personal_document_id.loss": 0.021016924032827466,
|
| 1137 |
+
"by_class.E-personal_document_id.precision": 1.0,
|
| 1138 |
+
"by_class.E-personal_document_id.recall": 0.9977777777777778,
|
| 1139 |
+
"by_class.E-private_address.f1": 1.0,
|
| 1140 |
+
"by_class.E-private_address.f2": 1.0,
|
| 1141 |
+
"by_class.E-private_address.loss": 0.00865259436253084,
|
| 1142 |
+
"by_class.E-private_address.precision": 1.0,
|
| 1143 |
+
"by_class.E-private_address.recall": 1.0,
|
| 1144 |
+
"by_class.E-private_date.f1": 1.0,
|
| 1145 |
+
"by_class.E-private_date.f2": 1.0,
|
| 1146 |
+
"by_class.E-private_date.loss": 0.005873465293611526,
|
| 1147 |
+
"by_class.E-private_date.precision": 1.0,
|
| 1148 |
+
"by_class.E-private_date.recall": 1.0,
|
| 1149 |
+
"by_class.E-private_email.f1": 0.9978308026030369,
|
| 1150 |
+
"by_class.E-private_email.f2": 0.9978308026030369,
|
| 1151 |
+
"by_class.E-private_email.loss": 0.008384478450041104,
|
| 1152 |
+
"by_class.E-private_email.precision": 0.9978308026030369,
|
| 1153 |
+
"by_class.E-private_email.recall": 0.9978308026030369,
|
| 1154 |
+
"by_class.E-private_file_path.f1": 0.9983127109111362,
|
| 1155 |
+
"by_class.E-private_file_path.f2": 0.9983127109111362,
|
| 1156 |
+
"by_class.E-private_file_path.loss": 0.01894288583606217,
|
| 1157 |
+
"by_class.E-private_file_path.precision": 0.9983127109111362,
|
| 1158 |
+
"by_class.E-private_file_path.recall": 0.9983127109111362,
|
| 1159 |
+
"by_class.E-private_person.f1": 0.9983827493261456,
|
| 1160 |
+
"by_class.E-private_person.f2": 0.997414907367514,
|
| 1161 |
+
"by_class.E-private_person.loss": 0.01496841314407538,
|
| 1162 |
+
"by_class.E-private_person.precision": 1.0,
|
| 1163 |
+
"by_class.E-private_person.recall": 0.9967707212055974,
|
| 1164 |
+
"by_class.E-private_phone.f1": 0.9983914209115281,
|
| 1165 |
+
"by_class.E-private_phone.f2": 0.9987127225917185,
|
| 1166 |
+
"by_class.E-private_phone.loss": 0.013648346198180079,
|
| 1167 |
+
"by_class.E-private_phone.precision": 0.9978563772775991,
|
| 1168 |
+
"by_class.E-private_phone.recall": 0.9989270386266095,
|
| 1169 |
+
"by_class.E-private_url.f1": 0.9949066213921901,
|
| 1170 |
+
"by_class.E-private_url.f2": 0.9932203389830508,
|
| 1171 |
+
"by_class.E-private_url.loss": 0.06131276069341811,
|
| 1172 |
+
"by_class.E-private_url.precision": 0.9977298524404086,
|
| 1173 |
+
"by_class.E-private_url.recall": 0.9920993227990971,
|
| 1174 |
+
"by_class.E-prompt_sensitive.f1": 0.9957081545064378,
|
| 1175 |
+
"by_class.E-prompt_sensitive.f2": 0.9934909215484755,
|
| 1176 |
+
"by_class.E-prompt_sensitive.loss": 0.031062922545978117,
|
| 1177 |
+
"by_class.E-prompt_sensitive.precision": 0.9994256174612292,
|
| 1178 |
+
"by_class.E-prompt_sensitive.recall": 0.992018244013683,
|
| 1179 |
+
"by_class.E-repo_secret.f1": 0.9973219068023568,
|
| 1180 |
+
"by_class.E-repo_secret.f2": 0.9970014992503748,
|
| 1181 |
+
"by_class.E-repo_secret.loss": 0.0280226108318833,
|
| 1182 |
+
"by_class.E-repo_secret.precision": 0.9978563772775991,
|
| 1183 |
+
"by_class.E-repo_secret.recall": 0.9967880085653105,
|
| 1184 |
+
"by_class.E-secret.f1": 0.9930961232076474,
|
| 1185 |
+
"by_class.E-secret.f2": 0.9921477079796265,
|
| 1186 |
+
"by_class.E-secret.loss": 0.05184508399296772,
|
| 1187 |
+
"by_class.E-secret.precision": 0.9946808510638298,
|
| 1188 |
+
"by_class.E-secret.recall": 0.9915164369034994,
|
| 1189 |
+
"by_class.E-service_account.f1": 1.0,
|
| 1190 |
+
"by_class.E-service_account.f2": 1.0,
|
| 1191 |
+
"by_class.E-service_account.loss": 0.020052324315481092,
|
| 1192 |
+
"by_class.E-service_account.precision": 1.0,
|
| 1193 |
+
"by_class.E-service_account.recall": 1.0,
|
| 1194 |
+
"by_class.E-session_cookie.f1": 1.0,
|
| 1195 |
+
"by_class.E-session_cookie.f2": 1.0,
|
| 1196 |
+
"by_class.E-session_cookie.loss": 0.004480510224033379,
|
| 1197 |
+
"by_class.E-session_cookie.precision": 1.0,
|
| 1198 |
+
"by_class.E-session_cookie.recall": 1.0,
|
| 1199 |
+
"by_class.E-signing_key.f1": 0.9989506820566632,
|
| 1200 |
+
"by_class.E-signing_key.f2": 0.9983221476510067,
|
| 1201 |
+
"by_class.E-signing_key.loss": 0.023390987885518914,
|
| 1202 |
+
"by_class.E-signing_key.precision": 1.0,
|
| 1203 |
+
"by_class.E-signing_key.recall": 0.9979035639412998,
|
| 1204 |
+
"by_class.E-stacktrace_sensitive.f1": 1.0,
|
| 1205 |
+
"by_class.E-stacktrace_sensitive.f2": 1.0,
|
| 1206 |
+
"by_class.E-stacktrace_sensitive.loss": 0.0026463109868959866,
|
| 1207 |
+
"by_class.E-stacktrace_sensitive.precision": 1.0,
|
| 1208 |
+
"by_class.E-stacktrace_sensitive.recall": 1.0,
|
| 1209 |
+
"by_class.E-webhook_secret.f1": 0.9918522542096686,
|
| 1210 |
+
"by_class.E-webhook_secret.f2": 0.992822966507177,
|
| 1211 |
+
"by_class.E-webhook_secret.loss": 0.11316900087647798,
|
| 1212 |
+
"by_class.E-webhook_secret.precision": 0.9902386117136659,
|
| 1213 |
+
"by_class.E-webhook_secret.recall": 0.9934711643090316,
|
| 1214 |
+
"by_class.E-workspace_identity.f1": 0.9991416309012876,
|
| 1215 |
+
"by_class.E-workspace_identity.f2": 0.9989701338825953,
|
| 1216 |
+
"by_class.E-workspace_identity.loss": 0.014365522973726834,
|
| 1217 |
+
"by_class.E-workspace_identity.precision": 0.9994275901545506,
|
| 1218 |
+
"by_class.E-workspace_identity.recall": 0.9988558352402745,
|
| 1219 |
+
"by_class.I-account_number.f1": 0.9967295113505195,
|
| 1220 |
+
"by_class.I-account_number.f2": 0.9947774663031373,
|
| 1221 |
+
"by_class.I-account_number.loss": 0.05266758848822676,
|
| 1222 |
+
"by_class.I-account_number.precision": 1.0,
|
| 1223 |
+
"by_class.I-account_number.recall": 0.9934803451581975,
|
| 1224 |
+
"by_class.I-agent_memory_sensitive.f1": 0.9993638946609559,
|
| 1225 |
+
"by_class.I-agent_memory_sensitive.f2": 0.99964368128139,
|
| 1226 |
+
"by_class.I-agent_memory_sensitive.loss": 0.01143242695901112,
|
| 1227 |
+
"by_class.I-agent_memory_sensitive.precision": 0.9988979315022042,
|
| 1228 |
+
"by_class.I-agent_memory_sensitive.recall": 0.9998302927450149,
|
| 1229 |
+
"by_class.I-api_key.f1": 0.9945111653218239,
|
| 1230 |
+
"by_class.I-api_key.f2": 0.9926112526221157,
|
| 1231 |
+
"by_class.I-api_key.loss": 0.06950077213101716,
|
| 1232 |
+
"by_class.I-api_key.precision": 0.9976939006024096,
|
| 1233 |
+
"by_class.I-api_key.recall": 0.9913486719042275,
|
| 1234 |
+
"by_class.I-auth_token.f1": 0.996600270699449,
|
| 1235 |
+
"by_class.I-auth_token.f2": 0.9954354231601179,
|
| 1236 |
+
"by_class.I-auth_token.loss": 0.07283174749449829,
|
| 1237 |
+
"by_class.I-auth_token.precision": 0.9985477532889117,
|
| 1238 |
+
"by_class.I-auth_token.recall": 0.9946603697321675,
|
| 1239 |
+
"by_class.I-biometric_identifier.f1": 0.9980358896527096,
|
| 1240 |
+
"by_class.I-biometric_identifier.f2": 0.9975015615240475,
|
| 1241 |
+
"by_class.I-biometric_identifier.loss": 0.04979077487776693,
|
| 1242 |
+
"by_class.I-biometric_identifier.precision": 0.9989277097667769,
|
| 1243 |
+
"by_class.I-biometric_identifier.recall": 0.9971456605119972,
|
| 1244 |
+
"by_class.I-certificate_private_key.f1": 0.9960836047326544,
|
| 1245 |
+
"by_class.I-certificate_private_key.f2": 0.995689548597661,
|
| 1246 |
+
"by_class.I-certificate_private_key.loss": 0.12106718426532004,
|
| 1247 |
+
"by_class.I-certificate_private_key.precision": 0.9967410585371891,
|
| 1248 |
+
"by_class.I-certificate_private_key.recall": 0.9954270176739587,
|
| 1249 |
+
"by_class.I-cloud_credential.f1": 0.992811508856112,
|
| 1250 |
+
"by_class.I-cloud_credential.f2": 0.9945848901319,
|
| 1251 |
+
"by_class.I-cloud_credential.loss": 0.09402438117483725,
|
| 1252 |
+
"by_class.I-cloud_credential.precision": 0.9898698851074625,
|
| 1253 |
+
"by_class.I-cloud_credential.recall": 0.995770668125057,
|
| 1254 |
+
"by_class.I-connection_credential.f1": 1.0,
|
| 1255 |
+
"by_class.I-connection_credential.f2": 1.0,
|
| 1256 |
+
"by_class.I-connection_credential.loss": 0.009978283660419893,
|
| 1257 |
+
"by_class.I-connection_credential.precision": 1.0,
|
| 1258 |
+
"by_class.I-connection_credential.recall": 1.0,
|
| 1259 |
+
"by_class.I-customer_data.f1": 1.0,
|
| 1260 |
+
"by_class.I-customer_data.f2": 1.0,
|
| 1261 |
+
"by_class.I-customer_data.loss": 0.006552461308804703,
|
| 1262 |
+
"by_class.I-customer_data.precision": 1.0,
|
| 1263 |
+
"by_class.I-customer_data.recall": 1.0,
|
| 1264 |
+
"by_class.I-database_uri.f1": 0.9965461241107985,
|
| 1265 |
+
"by_class.I-database_uri.f2": 0.9967239517560716,
|
| 1266 |
+
"by_class.I-database_uri.loss": 0.0672774590918583,
|
| 1267 |
+
"by_class.I-database_uri.precision": 0.9962498856672459,
|
| 1268 |
+
"by_class.I-database_uri.recall": 0.9968425387818606,
|
| 1269 |
+
"by_class.I-encryption_key.f1": 0.9972340281994199,
|
| 1270 |
+
"by_class.I-encryption_key.f2": 0.9955817775263343,
|
| 1271 |
+
"by_class.I-encryption_key.loss": 0.05954304777932901,
|
| 1272 |
+
"by_class.I-encryption_key.precision": 1.0,
|
| 1273 |
+
"by_class.I-encryption_key.recall": 0.9944833153928956,
|
| 1274 |
+
"by_class.I-internal_url.f1": 0.9979919678714859,
|
| 1275 |
+
"by_class.I-internal_url.f2": 0.9973650228597355,
|
| 1276 |
+
"by_class.I-internal_url.loss": 0.02767057529145638,
|
| 1277 |
+
"by_class.I-internal_url.precision": 0.999038629610208,
|
| 1278 |
+
"by_class.I-internal_url.recall": 0.996947496947497,
|
| 1279 |
+
"by_class.I-oauth_credential.f1": 0.9987594762232943,
|
| 1280 |
+
"by_class.I-oauth_credential.f2": 0.998016638201752,
|
| 1281 |
+
"by_class.I-oauth_credential.loss": 0.05553836150576255,
|
| 1282 |
+
"by_class.I-oauth_credential.precision": 1.0,
|
| 1283 |
+
"by_class.I-oauth_credential.recall": 0.9975220264317181,
|
| 1284 |
+
"by_class.I-payment_token.f1": 0.9987746975034462,
|
| 1285 |
+
"by_class.I-payment_token.f2": 0.9988664910238343,
|
| 1286 |
+
"by_class.I-payment_token.loss": 0.02198033686144198,
|
| 1287 |
+
"by_class.I-payment_token.precision": 0.9986217457886677,
|
| 1288 |
+
"by_class.I-payment_token.recall": 0.9989276960784313,
|
| 1289 |
+
"by_class.I-personal_document_id.f1": 0.9989833954591664,
|
| 1290 |
+
"by_class.I-personal_document_id.f2": 0.9983744242752641,
|
| 1291 |
+
"by_class.I-personal_document_id.loss": 0.021554549094081606,
|
| 1292 |
+
"by_class.I-personal_document_id.precision": 1.0,
|
| 1293 |
+
"by_class.I-personal_document_id.recall": 0.997968855788761,
|
| 1294 |
+
"by_class.I-private_address.f1": 1.0,
|
| 1295 |
+
"by_class.I-private_address.f2": 1.0,
|
| 1296 |
+
"by_class.I-private_address.loss": 0.010710787463961053,
|
| 1297 |
+
"by_class.I-private_address.precision": 1.0,
|
| 1298 |
+
"by_class.I-private_address.recall": 1.0,
|
| 1299 |
+
"by_class.I-private_date.f1": 1.0,
|
| 1300 |
+
"by_class.I-private_date.f2": 1.0,
|
| 1301 |
+
"by_class.I-private_date.loss": 0.006683332206556652,
|
| 1302 |
+
"by_class.I-private_date.precision": 1.0,
|
| 1303 |
+
"by_class.I-private_date.recall": 1.0,
|
| 1304 |
+
"by_class.I-private_email.f1": 0.9991670137442732,
|
| 1305 |
+
"by_class.I-private_email.f2": 0.9996666388865739,
|
| 1306 |
+
"by_class.I-private_email.loss": 0.006701530469891676,
|
| 1307 |
+
"by_class.I-private_email.precision": 0.9983354140657511,
|
| 1308 |
+
"by_class.I-private_email.recall": 1.0,
|
| 1309 |
+
"by_class.I-private_file_path.f1": 0.9997173100480573,
|
| 1310 |
+
"by_class.I-private_file_path.f2": 0.9996231155778894,
|
| 1311 |
+
"by_class.I-private_file_path.loss": 0.0207172730040129,
|
| 1312 |
+
"by_class.I-private_file_path.precision": 0.9998743402865041,
|
| 1313 |
+
"by_class.I-private_file_path.recall": 0.999560329125055,
|
| 1314 |
+
"by_class.I-private_person.f1": 0.9979550102249489,
|
| 1315 |
+
"by_class.I-private_person.f2": 0.9967320261437909,
|
| 1316 |
+
"by_class.I-private_person.loss": 0.01767704344562216,
|
| 1317 |
+
"by_class.I-private_person.precision": 1.0,
|
| 1318 |
+
"by_class.I-private_person.recall": 0.9959183673469387,
|
| 1319 |
+
"by_class.I-private_phone.f1": 0.99812382739212,
|
| 1320 |
+
"by_class.I-private_phone.f2": 0.9986055990560978,
|
| 1321 |
+
"by_class.I-private_phone.loss": 0.006394859367674179,
|
| 1322 |
+
"by_class.I-private_phone.precision": 0.9973219068023568,
|
| 1323 |
+
"by_class.I-private_phone.recall": 0.9989270386266095,
|
| 1324 |
+
"by_class.I-private_url.f1": 0.9967968141286468,
|
| 1325 |
+
"by_class.I-private_url.f2": 0.9952975346633934,
|
| 1326 |
+
"by_class.I-private_url.loss": 0.10730378588256209,
|
| 1327 |
+
"by_class.I-private_url.precision": 0.9993056760978997,
|
| 1328 |
+
"by_class.I-private_url.recall": 0.994300518134715,
|
| 1329 |
+
"by_class.I-prompt_sensitive.f1": 0.9952788433166125,
|
| 1330 |
+
"by_class.I-prompt_sensitive.f2": 0.9924674866121344,
|
| 1331 |
+
"by_class.I-prompt_sensitive.loss": 0.12005482750804178,
|
| 1332 |
+
"by_class.I-prompt_sensitive.precision": 1.0,
|
| 1333 |
+
"by_class.I-prompt_sensitive.recall": 0.9906020558002937,
|
| 1334 |
+
"by_class.I-repo_secret.f1": 0.9975161934446988,
|
| 1335 |
+
"by_class.I-repo_secret.f2": 0.9970791549021517,
|
| 1336 |
+
"by_class.I-repo_secret.loss": 0.05220690679028969,
|
| 1337 |
+
"by_class.I-repo_secret.precision": 0.998245443025636,
|
| 1338 |
+
"by_class.I-repo_secret.recall": 0.9967880085653105,
|
| 1339 |
+
"by_class.I-secret.f1": 0.9978565995989767,
|
| 1340 |
+
"by_class.I-secret.f2": 0.9966575508963841,
|
| 1341 |
+
"by_class.I-secret.loss": 0.03361376109694725,
|
| 1342 |
+
"by_class.I-secret.precision": 0.9998614382707496,
|
| 1343 |
+
"by_class.I-secret.recall": 0.9958597847088049,
|
| 1344 |
+
"by_class.I-service_account.f1": 1.0,
|
| 1345 |
+
"by_class.I-service_account.f2": 1.0,
|
| 1346 |
+
"by_class.I-service_account.loss": 0.00894362601376335,
|
| 1347 |
+
"by_class.I-service_account.precision": 1.0,
|
| 1348 |
+
"by_class.I-service_account.recall": 1.0,
|
| 1349 |
+
"by_class.I-session_cookie.f1": 0.9999135621056271,
|
| 1350 |
+
"by_class.I-session_cookie.f2": 0.9999654230489955,
|
| 1351 |
+
"by_class.I-session_cookie.loss": 0.03918487828585568,
|
| 1352 |
+
"by_class.I-session_cookie.precision": 0.9998271391529818,
|
| 1353 |
+
"by_class.I-session_cookie.recall": 1.0,
|
| 1354 |
+
"by_class.I-signing_key.f1": 0.9983451059535823,
|
| 1355 |
+
"by_class.I-signing_key.f2": 0.9973547960450975,
|
| 1356 |
+
"by_class.I-signing_key.loss": 0.06720707622502335,
|
| 1357 |
+
"by_class.I-signing_key.precision": 1.0,
|
| 1358 |
+
"by_class.I-signing_key.recall": 0.9966956802063185,
|
| 1359 |
+
"by_class.I-stacktrace_sensitive.f1": 0.9998605105314549,
|
| 1360 |
+
"by_class.I-stacktrace_sensitive.f2": 0.9999441995424363,
|
| 1361 |
+
"by_class.I-stacktrace_sensitive.loss": 0.02557950297265438,
|
| 1362 |
+
"by_class.I-stacktrace_sensitive.precision": 0.999721059972106,
|
| 1363 |
+
"by_class.I-stacktrace_sensitive.recall": 1.0,
|
| 1364 |
+
"by_class.I-webhook_secret.f1": 0.9960820465545056,
|
| 1365 |
+
"by_class.I-webhook_secret.f2": 0.9962985404921229,
|
| 1366 |
+
"by_class.I-webhook_secret.loss": 0.08975625959869367,
|
| 1367 |
+
"by_class.I-webhook_secret.precision": 0.9957214323328067,
|
| 1368 |
+
"by_class.I-webhook_secret.recall": 0.9964429220736447,
|
| 1369 |
+
"by_class.I-workspace_identity.f1": 0.9992181391712275,
|
| 1370 |
+
"by_class.I-workspace_identity.f2": 0.99906191369606,
|
| 1371 |
+
"by_class.I-workspace_identity.loss": 0.011355296657906144,
|
| 1372 |
+
"by_class.I-workspace_identity.precision": 0.9994786235662148,
|
| 1373 |
+
"by_class.I-workspace_identity.recall": 0.9989577905158937,
|
| 1374 |
+
"by_class.account_number.span.f1": 0.996774193548387,
|
| 1375 |
+
"by_class.account_number.span.f2": 0.9948486799742434,
|
| 1376 |
+
"by_class.account_number.span.precision": 1.0,
|
| 1377 |
+
"by_class.account_number.span.recall": 0.9935691318327974,
|
| 1378 |
+
"by_class.agent_memory_sensitive.span.f1": 0.9986208409305897,
|
| 1379 |
+
"by_class.agent_memory_sensitive.span.f2": 0.9984549405168549,
|
| 1380 |
+
"by_class.agent_memory_sensitive.span.precision": 0.9988974641675854,
|
| 1381 |
+
"by_class.agent_memory_sensitive.span.recall": 0.9983443708609272,
|
| 1382 |
+
"by_class.api_key.span.f1": 0.9924785649106853,
|
| 1383 |
+
"by_class.api_key.span.f2": 0.9913175512578449,
|
| 1384 |
+
"by_class.api_key.span.precision": 0.9944196428571429,
|
| 1385 |
+
"by_class.api_key.span.recall": 0.9905450500556173,
|
| 1386 |
+
"by_class.auth_token.span.f1": 0.9895490500460298,
|
| 1387 |
+
"by_class.auth_token.span.f2": 0.9850375814450455,
|
| 1388 |
+
"by_class.auth_token.span.precision": 0.997160704145372,
|
| 1389 |
+
"by_class.auth_token.span.recall": 0.9820527201346047,
|
| 1390 |
+
"by_class.biometric_identifier.span.f1": 0.9944252356539238,
|
| 1391 |
+
"by_class.biometric_identifier.span.f2": 0.9935142190495991,
|
| 1392 |
+
"by_class.biometric_identifier.span.precision": 0.9959473150962512,
|
| 1393 |
+
"by_class.biometric_identifier.span.recall": 0.9929078014184397,
|
| 1394 |
+
"by_class.certificate_private_key.span.f1": 0.9910518301726354,
|
| 1395 |
+
"by_class.certificate_private_key.span.f2": 0.9918226310466915,
|
| 1396 |
+
"by_class.certificate_private_key.span.precision": 0.989769820971867,
|
| 1397 |
+
"by_class.certificate_private_key.span.recall": 0.9923371647509579,
|
| 1398 |
+
"by_class.cloud_credential.span.f1": 0.9772324165526881,
|
| 1399 |
+
"by_class.cloud_credential.span.f2": 0.9771686236690135,
|
| 1400 |
+
"by_class.cloud_credential.span.precision": 0.9773387565368972,
|
| 1401 |
+
"by_class.cloud_credential.span.recall": 0.9771260997067449,
|
| 1402 |
+
"by_class.connection_credential.span.f1": 1.0,
|
| 1403 |
+
"by_class.connection_credential.span.f2": 1.0,
|
| 1404 |
+
"by_class.connection_credential.span.precision": 1.0,
|
| 1405 |
+
"by_class.connection_credential.span.recall": 1.0,
|
| 1406 |
+
"by_class.customer_data.span.f1": 1.0,
|
| 1407 |
+
"by_class.customer_data.span.f2": 1.0,
|
| 1408 |
+
"by_class.customer_data.span.precision": 1.0,
|
| 1409 |
+
"by_class.customer_data.span.recall": 1.0,
|
| 1410 |
+
"by_class.database_uri.span.f1": 0.9884256205010923,
|
| 1411 |
+
"by_class.database_uri.span.f2": 0.9854524035032332,
|
| 1412 |
+
"by_class.database_uri.span.precision": 0.993421052631579,
|
| 1413 |
+
"by_class.database_uri.span.recall": 0.9834801762114538,
|
| 1414 |
+
"by_class.encryption_key.span.f1": 0.9967602591792657,
|
| 1415 |
+
"by_class.encryption_key.span.f2": 0.9948264712222461,
|
| 1416 |
+
"by_class.encryption_key.span.precision": 1.0,
|
| 1417 |
+
"by_class.encryption_key.span.recall": 0.9935414424111948,
|
| 1418 |
+
"by_class.internal_url.span.f1": 0.9976717112922003,
|
| 1419 |
+
"by_class.internal_url.span.f2": 0.9969753373662168,
|
| 1420 |
+
"by_class.internal_url.span.precision": 0.9988344988344988,
|
| 1421 |
+
"by_class.internal_url.span.recall": 0.9965116279069768,
|
| 1422 |
+
"by_class.oauth_credential.span.f1": 0.996130458817026,
|
| 1423 |
+
"by_class.oauth_credential.span.f2": 0.9938230752261195,
|
| 1424 |
+
"by_class.oauth_credential.span.precision": 1.0,
|
| 1425 |
+
"by_class.oauth_credential.span.recall": 0.9922907488986784,
|
| 1426 |
+
"by_class.payment_token.span.f1": 0.9983902696644242,
|
| 1427 |
+
"by_class.payment_token.span.f2": 0.9987122617961157,
|
| 1428 |
+
"by_class.payment_token.span.precision": 0.9978540772532188,
|
| 1429 |
+
"by_class.payment_token.span.recall": 0.9989270386266095,
|
| 1430 |
+
"by_class.personal_document_id.span.f1": 0.9988876529477196,
|
| 1431 |
+
"by_class.personal_document_id.span.f2": 0.9982214317474434,
|
| 1432 |
+
"by_class.personal_document_id.span.precision": 1.0,
|
| 1433 |
+
"by_class.personal_document_id.span.recall": 0.9977777777777778,
|
| 1434 |
+
"by_class.private_address.span.f1": 1.0,
|
| 1435 |
+
"by_class.private_address.span.f2": 1.0,
|
| 1436 |
+
"by_class.private_address.span.precision": 1.0,
|
| 1437 |
+
"by_class.private_address.span.recall": 1.0,
|
| 1438 |
+
"by_class.private_date.span.f1": 1.0,
|
| 1439 |
+
"by_class.private_date.span.f2": 1.0,
|
| 1440 |
+
"by_class.private_date.span.precision": 1.0,
|
| 1441 |
+
"by_class.private_date.span.recall": 1.0,
|
| 1442 |
+
"by_class.private_email.span.f1": 0.9972811310494833,
|
| 1443 |
+
"by_class.private_email.span.f2": 0.9989106753812634,
|
| 1444 |
+
"by_class.private_email.span.precision": 0.9945770065075922,
|
| 1445 |
+
"by_class.private_email.span.recall": 1.0,
|
| 1446 |
+
"by_class.private_file_path.span.f1": 0.9985932130209998,
|
| 1447 |
+
"by_class.private_file_path.span.f2": 0.9980872831112277,
|
| 1448 |
+
"by_class.private_file_path.span.precision": 0.999437570303712,
|
| 1449 |
+
"by_class.private_file_path.span.recall": 0.9977502812148481,
|
| 1450 |
+
"by_class.private_person.span.f1": 0.9983827493261456,
|
| 1451 |
+
"by_class.private_person.span.f2": 0.997414907367514,
|
| 1452 |
+
"by_class.private_person.span.precision": 1.0,
|
| 1453 |
+
"by_class.private_person.span.recall": 0.9967707212055974,
|
| 1454 |
+
"by_class.private_phone.span.f1": 0.9983914209115282,
|
| 1455 |
+
"by_class.private_phone.span.f2": 0.9987127225917187,
|
| 1456 |
+
"by_class.private_phone.span.precision": 0.9978563772775991,
|
| 1457 |
+
"by_class.private_phone.span.recall": 0.9989270386266095,
|
| 1458 |
+
"by_class.private_url.span.f1": 0.9960403998829548,
|
| 1459 |
+
"by_class.private_url.span.f2": 0.9950294718756045,
|
| 1460 |
+
"by_class.private_url.span.precision": 0.9977298524404086,
|
| 1461 |
+
"by_class.private_url.span.recall": 0.9943566591422122,
|
| 1462 |
+
"by_class.prompt_sensitive.span.f1": 0.9916642713423397,
|
| 1463 |
+
"by_class.prompt_sensitive.span.f2": 0.9867292071845326,
|
| 1464 |
+
"by_class.prompt_sensitive.span.precision": 1.0,
|
| 1465 |
+
"by_class.prompt_sensitive.span.recall": 0.9834663625997719,
|
| 1466 |
+
"by_class.repo_secret.span.f1": 0.9973219068023567,
|
| 1467 |
+
"by_class.repo_secret.span.f2": 0.9970014992503748,
|
| 1468 |
+
"by_class.repo_secret.span.precision": 0.9978563772775991,
|
| 1469 |
+
"by_class.repo_secret.span.recall": 0.9967880085653105,
|
| 1470 |
+
"by_class.secret.span.f1": 0.9957463730310194,
|
| 1471 |
+
"by_class.secret.span.f2": 0.993842254239726,
|
| 1472 |
+
"by_class.secret.span.precision": 0.9989361702127659,
|
| 1473 |
+
"by_class.secret.span.recall": 0.9925768822905621,
|
| 1474 |
+
"by_class.service_account.span.f1": 1.0,
|
| 1475 |
+
"by_class.service_account.span.f2": 1.0,
|
| 1476 |
+
"by_class.service_account.span.precision": 1.0,
|
| 1477 |
+
"by_class.service_account.span.recall": 1.0,
|
| 1478 |
+
"by_class.session_cookie.span.f1": 0.9994810586403736,
|
| 1479 |
+
"by_class.session_cookie.span.f2": 0.9997923588039868,
|
| 1480 |
+
"by_class.session_cookie.span.precision": 0.9989626556016598,
|
| 1481 |
+
"by_class.session_cookie.span.recall": 1.0,
|
| 1482 |
+
"by_class.signing_key.span.f1": 0.9952606635071091,
|
| 1483 |
+
"by_class.signing_key.span.f2": 0.9924385633270321,
|
| 1484 |
+
"by_class.signing_key.span.precision": 1.0,
|
| 1485 |
+
"by_class.signing_key.span.recall": 0.9905660377358491,
|
| 1486 |
+
"by_class.stacktrace_sensitive.span.f1": 0.9997209042701646,
|
| 1487 |
+
"by_class.stacktrace_sensitive.span.f2": 0.9998883430102723,
|
| 1488 |
+
"by_class.stacktrace_sensitive.span.precision": 0.9994419642857143,
|
| 1489 |
+
"by_class.stacktrace_sensitive.span.recall": 1.0,
|
| 1490 |
+
"by_class.webhook_secret.span.f1": 0.9918510352344412,
|
| 1491 |
+
"by_class.webhook_secret.span.f2": 0.9915172706817823,
|
| 1492 |
+
"by_class.webhook_secret.span.precision": 0.9924078091106291,
|
| 1493 |
+
"by_class.webhook_secret.span.recall": 0.9912948857453754,
|
| 1494 |
+
"by_class.workspace_identity.span.f1": 0.9991416309012875,
|
| 1495 |
+
"by_class.workspace_identity.span.f2": 0.9989701338825951,
|
| 1496 |
+
"by_class.workspace_identity.span.precision": 0.9994275901545506,
|
| 1497 |
+
"by_class.workspace_identity.span.recall": 0.9988558352402745,
|
| 1498 |
+
"detection.f1": 0.9991122947181535,
|
| 1499 |
+
"detection.f2": 0.9987871975388984,
|
| 1500 |
+
"detection.precision": 0.9996545939011152,
|
| 1501 |
+
"detection.recall": 0.9985705835962145,
|
| 1502 |
+
"detection.span.f1": 0.9955826965962061,
|
| 1503 |
+
"detection.span.f2": 0.994613692508349,
|
| 1504 |
+
"detection.span.precision": 0.9972019060283688,
|
| 1505 |
+
"detection.span.recall": 0.9939687370314013,
|
| 1506 |
+
"loss": 0.03876047659331399,
|
| 1507 |
+
"n_examples": 11385.0,
|
| 1508 |
+
"n_tokens": 1066722.0,
|
| 1509 |
+
"token_accuracy": 0.9978532363633636
|
| 1510 |
+
},
|
| 1511 |
+
"summary": {
|
| 1512 |
+
"elapsed_s": 93.71603400499998,
|
| 1513 |
+
"eval_mode": "typed",
|
| 1514 |
+
"examples": 11385,
|
| 1515 |
+
"loss": 0.03876047659331399,
|
| 1516 |
+
"padded_window_tokens": 1066722,
|
| 1517 |
+
"padded_window_tokens_per_s": 11382.491921746152,
|
| 1518 |
+
"token_accuracy": 0.9978532363633636,
|
| 1519 |
+
"tokens": 1066722,
|
| 1520 |
+
"tokens_per_s": 11382.491921746152,
|
| 1521 |
+
"window_tokens": 1066722,
|
| 1522 |
+
"window_tokens_per_s": 11382.491921746152,
|
| 1523 |
+
"windows": 11385
|
| 1524 |
+
}
|
| 1525 |
+
}
|
| 1526 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97ebe2a7b0b1518be2185ae26c60e74a335c32fe2d2d2724719466ef7dc0eb3d
|
| 3 |
+
size 2799101736
|