menoone commited on
Commit
b838d99
·
verified ·
1 Parent(s): 7550ac3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. results/guardrail_calibration.json +30 -0
results/guardrail_calibration.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_signal": "spread",
3
+ "tau_topic": 0.0423,
4
+ "gate_depth": 20,
5
+ "n": 400,
6
+ "n_neg": 400,
7
+ "max_false_refusal": 0.02,
8
+ "stopped_pct": 14.8,
9
+ "langs": [
10
+ "bn",
11
+ "hi",
12
+ "kn",
13
+ "mr"
14
+ ],
15
+ "compared": {
16
+ "top1": {
17
+ "tau": 0.477,
18
+ "stopped_pct": 6.5,
19
+ "false_refusal_pct": 2.2,
20
+ "feasible": true
21
+ },
22
+ "spread": {
23
+ "tau": 0.0423,
24
+ "stopped_pct": 14.8,
25
+ "false_refusal_pct": 2.0,
26
+ "feasible": true
27
+ }
28
+ },
29
+ "note": "positives are queries from indexed rows; negatives are real queries from rows beyond --max-docs=4000, whose gold passages are not in this index. Thresholds do not transfer between indices \u2014 re-run after any rebuild."
30
+ }