neoyipeng commited on
Commit
2a9520c
·
verified ·
1 Parent(s): 7b6d2e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -6,18 +6,17 @@ tags:
6
  - sentiment-analysis
7
  - modernbert
8
  - financial-nlp
9
- - unsloth
10
  datasets:
11
  - neoyipeng/financial_reasoning_aggregated
12
  metrics:
13
  - accuracy
14
  widget:
15
- - text: The company reported strong quarterly earnings with revenue beating expectations.
16
- example_title: Positive Example
17
- - text: Stock prices fell sharply following disappointing guidance from management.
18
- example_title: Negative Example
19
- - text: The merger is expected to close in Q3 pending regulatory approval.
20
- example_title: Neutral Example
21
  ---
22
 
23
  # ModernFinBERT: Financial Sentiment Analysis
@@ -38,7 +37,7 @@ ModernFinBERT is a financial sentiment analysis model based on the ModernBERT ar
38
 
39
  | Model | Accuracy | Architecture | Parameters |
40
  |-------|----------|--------------|------------|
41
- | **ModernFinBERT** (ours) | **81.96%** | ModernBERT-base | 149M |
42
  | FinBERT-tone | 79.18% | BERT-base | 109M |
43
 
44
  ModernFinBERT achieves state-of-the-art performance on financial sentiment analysis, outperforming the widely-used FinBERT-tone model.
 
6
  - sentiment-analysis
7
  - modernbert
8
  - financial-nlp
 
9
  datasets:
10
  - neoyipeng/financial_reasoning_aggregated
11
  metrics:
12
  - accuracy
13
  widget:
14
+ - text: "The company reported strong quarterly earnings with revenue beating expectations."
15
+ example_title: "Positive Example"
16
+ - text: "Stock prices fell sharply following disappointing guidance from management."
17
+ example_title: "Negative Example"
18
+ - text: "The merger is expected to close in Q3 pending regulatory approval."
19
+ example_title: "Neutral Example"
20
  ---
21
 
22
  # ModernFinBERT: Financial Sentiment Analysis
 
37
 
38
  | Model | Accuracy | Architecture | Parameters |
39
  |-------|----------|--------------|------------|
40
+ | **ModernFinBERT** (ours) | **82.32%** | ModernBERT-base | 149M |
41
  | FinBERT-tone | 79.18% | BERT-base | 109M |
42
 
43
  ModernFinBERT achieves state-of-the-art performance on financial sentiment analysis, outperforming the widely-used FinBERT-tone model.