Update README.md
Browse files
README.md
CHANGED
@@ -14,14 +14,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# distilroberta-finetuned-finclass
|
16 |
|
17 |
-
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) dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.4463
|
20 |
- F1: 0.8835
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
14 |
|
15 |
# distilroberta-finetuned-finclass
|
16 |
|
17 |
+
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) dataset. 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)
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.4463
|
20 |
- F1: 0.8835
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
Model determines the financial sentiment of given text.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|