CoolFace
Modelpublic

AnkitAI/FinSense-ModernBERT-Financial-News-Sentiment-Analysis

sourceHugging Faceapache-2.0updated 4d agoView on Hugging Face
3likes54kdownloads
incumbents_same_split.json44 linesDownload Raw Back to eval
1{2 "ProsusAI/finbert": {3  "accuracy": 0.8799171842650103,4  "macro_f1": 0.8760718217635312,5  "confusion": [6   [7    60,8    0,9    010   ],11   [12    14,13    240,14    3315   ],16   [17    2,18    9,19    12520   ]21  ]22 },23 "AnkitAI/distilbert-base-uncased-financial-news-sentiment-analysis": {24  "accuracy": 0.8322981366459627,25  "macro_f1": 0.8063650452813015,26  "confusion": [27   [28    46,29    8,30    631   ],32   [33    10,34    257,35    2036   ],37   [38    1,39    36,40    9941   ]42  ]43 }44}