Update README.md
Browse files
README.md
CHANGED
@@ -17,22 +17,22 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# bert_financial_phrasebank
|
19 |
|
20 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.2586
|
23 |
- Accuracy: 0.9604
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
17 |
|
18 |
# bert_financial_phrasebank
|
19 |
|
20 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the financial_phrasebank dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.2586
|
23 |
- Accuracy: 0.9604
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
A fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased)
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
Sentimental Analysis
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
financial_phrasebank
|
36 |
|
37 |
## Training procedure
|
38 |
|