Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# Roberta-base-financial-sentiment-analysis
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
- Train Loss: 0.0030
|
| 18 |
- Train Accuracy: 0.9988
|
|
@@ -22,15 +22,15 @@ It achieves the following results on the evaluation set:
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
-
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|
|
|
|
| 12 |
|
| 13 |
# Roberta-base-financial-sentiment-analysis
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on the financial_phrasebank dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
- Train Loss: 0.0030
|
| 18 |
- Train Accuracy: 0.9988
|
|
|
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
| 25 |
+
This is a RoBERTa-base model trained on ~124M tweets from January 2018 to December 2021, and finetuned for sentiment analysis (positive, neutral, negative) with the TweetEval benchmark.
|
| 26 |
|
| 27 |
## Intended uses & limitations
|
| 28 |
|
| 29 |
+
Sentiment analysis for text describing financial markets
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
|
| 33 |
+
"The financial_phrasebank dataset contains 4840 sentences describing financial markets in english, with an associated sentiment label as positive, neutral, or negative.
|
| 34 |
|
| 35 |
## Training procedure
|
| 36 |
|