AnkitAI commited on
Commit
89b1b75
·
verified ·
1 Parent(s): 5cfaa3d

Upload eval/result_ModernBERT-base-s44.json with huggingface_hub

Browse files
eval/result_ModernBERT-base-s44.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base": "answerdotai/ModernBERT-base",
3
+ "seed": 44,
4
+ "smoke": false,
5
+ "test_accuracy": 0.84472049689441,
6
+ "test_macro_f1": 0.835675623326081,
7
+ "confusion_matrix": [
8
+ [
9
+ 50,
10
+ 5,
11
+ 5
12
+ ],
13
+ [
14
+ 6,
15
+ 243,
16
+ 38
17
+ ],
18
+ [
19
+ 2,
20
+ 19,
21
+ 115
22
+ ]
23
+ ],
24
+ "labels": [
25
+ "negative",
26
+ "neutral",
27
+ "positive"
28
+ ],
29
+ "split": "stratified 80/10/10, split-seed 42",
30
+ "corpus": "fpb-train",
31
+ "dataset": "financial_phrasebank sentences_50agree"
32
+ }