Yash1005 commited on
Commit
dca03fd
·
1 Parent(s): 13a1f2f

add eval metrics json

Browse files
Files changed (1) hide show
  1. eval_metrics.json +11 -11
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.284,
6
  "category_set_accuracy": 0.226,
7
- "micro_f1": 0.2872531418312388,
8
- "macro_f1": 0.23649406281151808,
9
  "per_category_f1": {
10
- "DirectInjection": 0.5352112676056338,
11
- "Jailbreak": 0.15384615384615385,
12
- "Adversarial": 0.5168539325842697,
13
  "Extraction": 0.0,
14
- "Encoding": 0.4225352112676056,
15
  "Manipulation": 0.0,
16
- "Smuggling": 0.5,
17
  "Indirect": 0.0,
18
  "MultiTurn": 0.0
19
  },
20
  "latency_ms_per_example": {
21
- "mean": 1.7042607069015503,
22
- "p95": 3.4389287233352657,
23
  "device": "cuda:0"
24
  },
25
  "base_model": "jhu-clsp/mmBERT-base",
26
- "epochs": 2
27
  }
 
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
  }