Mustafa Mohamed
commited on
Commit
•
f636168
1
Parent(s):
54ee276
Update README.md
Browse files
README.md
CHANGED
@@ -10,11 +10,11 @@ tags:
|
|
10 |
---
|
11 |
|
12 |
### Model Overview:
|
13 |
-
This NLP model is fine-tuned with a focus on analyzing sentiment in financial text and news headlines. It was
|
14 |
|
15 |
-
**Accuracies
|
16 |
**financial_phrasebank accuracy:** 0.993\
|
17 |
-
**auditor_senitment accuracy:** 0.974
|
18 |
|
19 |
### Training Hyperparameters:
|
20 |
|
@@ -25,7 +25,7 @@ This NLP model is fine-tuned with a focus on analyzing sentiment in financial te
|
|
25 |
**Optimizer:** AdamW-betas(0.9, 0.999)\
|
26 |
**Learning Rate Scheduler:** Linear\
|
27 |
**Number of Epochs:** 6\
|
28 |
-
**Number of Warmup Steps:** 0.2 * Number of Training Steps
|
29 |
|
30 |
### How To Use:
|
31 |
|
|
|
10 |
---
|
11 |
|
12 |
### Model Overview:
|
13 |
+
This NLP model is fine-tuned with a focus on analyzing sentiment in financial text and news headlines. It was fine-tuned using the [bert-base-uncased](https://huggingface.co/bert-base-uncased) model on the [financial_phrasebank](https://huggingface.co/datasets/financial_phrasebank) and [auditor_sentiment](https://huggingface.co/datasets/FinanceInc/auditor_sentiment) datasets.
|
14 |
|
15 |
+
**Accuracies:**\
|
16 |
**financial_phrasebank accuracy:** 0.993\
|
17 |
+
**auditor_senitment accuracy:** 0.974
|
18 |
|
19 |
### Training Hyperparameters:
|
20 |
|
|
|
25 |
**Optimizer:** AdamW-betas(0.9, 0.999)\
|
26 |
**Learning Rate Scheduler:** Linear\
|
27 |
**Number of Epochs:** 6\
|
28 |
+
**Number of Warmup Steps:** 0.2 * Number of Training Steps
|
29 |
|
30 |
### How To Use:
|
31 |
|