arkavo-paul commited on
Commit
3821c3f
·
verified ·
1 Parent(s): 7011b6a

Eval calibration for the Northwind example

Browse files
Files changed (1) hide show
  1. calibration.json +24 -0
calibration.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "detector_version": "qwen3.5-0.8b-northwind-lora",
3
+ "taxonomy_version": "1.0.0",
4
+ "thresholds": {
5
+ "confidential": 1.0,
6
+ "internal": 0.5,
7
+ "public": 0.5
8
+ },
9
+ "example_only": true,
10
+ "eval": {
11
+ "rewrite": {
12
+ "n": 11,
13
+ "correct": 11
14
+ },
15
+ "unseen-rewrite": {
16
+ "n": 2,
17
+ "correct": 2
18
+ },
19
+ "unseen-verbatim": {
20
+ "n": 2,
21
+ "correct": 2
22
+ }
23
+ }
24
+ }