AnkitAI commited on
Commit
403ea22
·
verified ·
1 Parent(s): 92508af

Upload eval/result_finsense.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. eval/result_finsense.json +32 -0
eval/result_finsense.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base": "answerdotai/ModernBERT-base",
3
+ "seed": 42,
4
+ "smoke": false,
5
+ "test_accuracy": 0.8674948240165632,
6
+ "test_macro_f1": 0.8589082381215416,
7
+ "confusion_matrix": [
8
+ [
9
+ 52,
10
+ 5,
11
+ 3
12
+ ],
13
+ [
14
+ 6,
15
+ 261,
16
+ 20
17
+ ],
18
+ [
19
+ 0,
20
+ 30,
21
+ 106
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
+ }