Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,17 @@ language: fi
|
|
| 4 |
|
| 5 |
# FinBERT fine-tuned with the FinnSentiment dataset
|
| 6 |
|
| 7 |
-
This is a FinBERT model fine-tuned with the [FinnSentiment dataset](https://arxiv.org/pdf/2012.02613.pdf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
# FinBERT fine-tuned with the FinnSentiment dataset
|
| 6 |
|
| 7 |
+
This is a FinBERT model fine-tuned with the [FinnSentiment dataset](https://arxiv.org/pdf/2012.02613.pdf). 90% of sentences were used for training and 10% for evaluation.
|
| 8 |
+
|
| 9 |
+
## Evaluation results
|
| 10 |
+
|
| 11 |
+
|Metric|Score|
|
| 12 |
+
|--|--|
|
| 13 |
+
|Accuracy|0.8639028475711893|
|
| 14 |
+
|F1-score|0.8643024701696561|
|
| 15 |
+
|Precision|0.8653866541244811|
|
| 16 |
+
|Recall|0.8639028475711893|
|
| 17 |
+
|Matthews|0.6764924917164834|
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+

|