Yash1005 commited on
Commit
f00dd4e
·
1 Parent(s): b152906

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.256,
6
- "category_set_accuracy": 0.226,
7
- "micro_f1": 0.2428842504743833,
8
- "macro_f1": 0.20563900417744235,
9
  "per_category_f1": {
10
- "DirectInjection": 0.631578947368421,
11
- "Jailbreak": 0.1509433962264151,
12
- "Adversarial": 0.1935483870967742,
13
- "Extraction": 0.0,
14
- "Encoding": 0.5217391304347826,
15
- "Manipulation": 0.0,
16
- "Smuggling": 0.35294117647058826,
17
- "Indirect": 0.0,
18
- "MultiTurn": 0.0
19
  },
20
  "latency_ms_per_example": {
21
- "mean": 1.690299715846777,
22
- "p95": 3.355407714843749,
23
  "device": "cuda:0"
24
  },
25
  "base_model": "jhu-clsp/mmBERT-base",
26
- "epochs": 3
27
  }
 
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
  }