Commit
·
407dd5e
1
Parent(s):
71743f2
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,9 @@ The [FinBERT](https://huggingface.co/ProsusAI/finbert) model binary classifies t
|
|
23 |
|
24 |
RavenPack has an excellent hand-labelled large dataset with a continuous sentiment label variable that goes from -1 to 1. We have collected data from two previous years and tested it with data from the next two weeks. Additionally we have cut the dataset taking only both one year and six months subsamples to see how the model scales with more data, and to know whether more data helps the model or not.
|
25 |
|
26 |
-
In this repository you can find the different models by changing the branch name. The main branch is the one with the model trained on the whole dataset. We also uploaded the FinBERT regressor to the Hub:
|
|
|
|
|
27 |
|
28 |
## Evaluation
|
29 |
|
|
|
23 |
|
24 |
RavenPack has an excellent hand-labelled large dataset with a continuous sentiment label variable that goes from -1 to 1. We have collected data from two previous years and tested it with data from the next two weeks. Additionally we have cut the dataset taking only both one year and six months subsamples to see how the model scales with more data, and to know whether more data helps the model or not.
|
25 |
|
26 |
+
In this repository you can find the different models by changing the branch name. The main branch is the one with the model trained on the whole dataset. We also uploaded the FinBERT regressor to the Hub: https://huggingface.co/LHF/finbert-regressor
|
27 |
+
|
28 |
+
**Note that the predictions of this HF model will go from 0 to 1 being 0.5 neutral, 1 positive and 0 negative.**
|
29 |
|
30 |
## Evaluation
|
31 |
|