Shaivn commited on
Commit
a0f2464
·
verified ·
1 Parent(s): 72f8931

final update card model

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -10,17 +10,18 @@ tags:
10
 
11
  # BERT Fine-tuned Financial Sentiment Analysis Model
12
 
13
- <div style="text-align:center;width:250px;height:250px;">
14
- <img src="https://huggingface.co/Shaivn/Financial-Sentiment-Analysis/resolve/main/financial-sentiment-analysis-logo.png" alt="logo">
15
  </div>
16
 
17
 
 
18
  This model is a Fine-Tuned version of BERT (bert-base-uncased)
19
  It is designed to classify text into positive, neutral, and negative sentiments. The fine-tuning was performed using the Financial Phrase Bank dataset.
20
 
21
  ## Results
22
 
23
- It achieves the followring results on the evaluation set:
24
 
25
  * F1 Score: 0.9468
26
  * Validation loss: 0.1860
@@ -51,4 +52,4 @@ The following hyperparameters were used during training:
51
 
52
 
53
 
54
- This model is a part of my thesis: "A proposal of a Sentiment Analysis Model for Business Intelligence"
 
10
 
11
  # BERT Fine-tuned Financial Sentiment Analysis Model
12
 
13
+ <div style="text-align:center;">
14
+ <img src="https://huggingface.co/Shaivn/Financial-Sentiment-Analysis/resolve/main/financial-sentiment-analysis-logo.png" alt="logo" style="width:250px;height:250px;">
15
  </div>
16
 
17
 
18
+
19
  This model is a Fine-Tuned version of BERT (bert-base-uncased)
20
  It is designed to classify text into positive, neutral, and negative sentiments. The fine-tuning was performed using the Financial Phrase Bank dataset.
21
 
22
  ## Results
23
 
24
+ It achieves the following results on the evaluation set:
25
 
26
  * F1 Score: 0.9468
27
  * Validation loss: 0.1860
 
52
 
53
 
54
 
55
+ This model is a part of my thesis: "A Proposal of a Sentiment Analysis Model for Business Intelligence"