Update README.md
Browse files
README.md
CHANGED
@@ -31,14 +31,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# distilroberta-finetuned-finclass
|
33 |
|
34 |
-
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the [financial-phrasebank + Kaggle Dataset](https://huggingface.co/datasets/nickmuchi/financial-classification)
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.4463
|
37 |
- F1: 0.8835
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
-
Model determines the financial sentiment of given text.
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
|
|
31 |
|
32 |
# distilroberta-finetuned-finclass
|
33 |
|
34 |
+
This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the [financial-phrasebank + Kaggle Dataset](https://huggingface.co/datasets/nickmuchi/financial-classification). The Kaggle dataset includes Covid-19 sentiment data and can be found here: [sentiment-classification-selflabel-dataset](https://www.kaggle.com/percyzheng/sentiment-classification-selflabel-dataset).
|
35 |
It achieves the following results on the evaluation set:
|
36 |
- Loss: 0.4463
|
37 |
- F1: 0.8835
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
+
Model determines the financial sentiment of given text. Given the unbalanced distribution of the class labels, the weights were adjusted to pay attention to the less sampled labels which should increase overall performance.
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|