Yash1005 commited on
Commit
92e086b
·
1 Parent(s): 16508e1

add eval metrics json

Browse files
Files changed (1) hide show
  1. eval_metrics.json +16 -16
eval_metrics.json CHANGED
@@ -2,26 +2,26 @@
2
  "n": 500,
3
  "threshold": 0.5,
4
  "max_seq_length": 3072,
5
- "is_valid_accuracy": 0.896,
6
- "category_set_accuracy": 0.454,
7
- "micro_f1": 0.6089795918367347,
8
- "macro_f1": 0.6002837832126693,
9
  "per_category_f1": {
10
- "DirectInjection": 0.717948717948718,
11
- "Jailbreak": 0.4642857142857143,
12
- "Adversarial": 0.7361963190184049,
13
- "Extraction": 0.4714285714285714,
14
- "Encoding": 0.7066666666666667,
15
- "Manipulation": 0.44285714285714284,
16
- "Smuggling": 0.7244094488188977,
17
- "Indirect": 0.625,
18
- "MultiTurn": 0.5137614678899083
19
  },
20
  "latency_ms_per_example": {
21
- "mean": 1.796150580048561,
22
- "p95": 2.016778290271759,
23
  "device": "cuda:0"
24
  },
25
  "base_model": "jhu-clsp/mmBERT-base",
26
- "epochs": 4
27
  }
 
2
  "n": 500,
3
  "threshold": 0.5,
4
  "max_seq_length": 3072,
5
+ "is_valid_accuracy": 0.89,
6
+ "category_set_accuracy": 0.054,
7
+ "micro_f1": 0.3512092534174553,
8
+ "macro_f1": 0.35552414101596475,
9
  "per_category_f1": {
10
+ "DirectInjection": 0.5232558139534884,
11
+ "Jailbreak": 0.39705882352941174,
12
+ "Adversarial": 0.4,
13
+ "Extraction": 0.2569444444444444,
14
+ "Encoding": 0.373134328358209,
15
+ "Manipulation": 0.2717391304347826,
16
+ "Smuggling": 0.49122807017543857,
17
+ "Indirect": 0.3228346456692913,
18
+ "MultiTurn": 0.16352201257861634
19
  },
20
  "latency_ms_per_example": {
21
+ "mean": 1.823335886001587,
22
+ "p95": 1.9494213163852692,
23
  "device": "cuda:0"
24
  },
25
  "base_model": "jhu-clsp/mmBERT-base",
26
+ "epochs": 3
27
  }