Tomás Fernandes
commited on
Commit
•
1da4ac8
1
Parent(s):
42ecfee
Update the model card to include metrics
Browse files
README.md
CHANGED
@@ -13,3 +13,16 @@ widget:
|
|
13 |
|
14 |
# FINPerceiver
|
15 |
FINPerceiver is a fine-tuned Perceiver IO language model for financial sentiment analysis.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# FINPerceiver
|
15 |
FINPerceiver is a fine-tuned Perceiver IO language model for financial sentiment analysis.
|
16 |
+
The model achieves the following results on a 30% evaluation subset of the original dataset.
|
17 |
+
```
|
18 |
+
eval/accuracy 0.8453
|
19 |
+
eval/f1 0.7597
|
20 |
+
eval/loss 0.4785
|
21 |
+
eval/precision 0.7443
|
22 |
+
eval/recall 0.8024
|
23 |
+
```
|
24 |
+
|
25 |
+
More details on the training process of this model are available on the [GitHub repository](https://github.com/warwickai/fin-perceiver).
|
26 |
+
|
27 |
+
## Datasets
|
28 |
+
This model was trained on the Financial PhraseBank (>= 50% agreement)
|