Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ widget:
|
|
| 39 |
|
| 40 |
# FinTwitBERT-sentiment
|
| 41 |
|
| 42 |
-
FinTwitBERT-sentiment is a finetuned model for classifying the sentiment of financial tweets. It uses [FinTwitBERT](https://huggingface.co/StephanAkkerman/FinTwitBERT) as a base model, which has been pre-trained on
|
| 43 |
This approach ensures that the FinTwitBERT-sentiment has seen enough financial tweets, which have an informal nature, compared to other financial texts, such as news headlines.
|
| 44 |
Therefore this model performs great on informal financial texts, seen on social media.
|
| 45 |
|
|
@@ -47,6 +47,12 @@ Therefore this model performs great on informal financial texts, seen on social
|
|
| 47 |
|
| 48 |
FinTwitBERT-sentiment is intended for classifying financial tweets or other financial social media texts.
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
## More Information
|
| 51 |
|
| 52 |
For a comprehensive overview, including the training setup and analysis of the model, visit the [FinTwitBERT GitHub repository](https://github.com/TimKoornstra/FinTwitBERT).
|
|
|
|
| 39 |
|
| 40 |
# FinTwitBERT-sentiment
|
| 41 |
|
| 42 |
+
FinTwitBERT-sentiment is a finetuned model for classifying the sentiment of financial tweets. It uses [FinTwitBERT](https://huggingface.co/StephanAkkerman/FinTwitBERT) as a base model, which has been pre-trained on 10 million financial tweets.
|
| 43 |
This approach ensures that the FinTwitBERT-sentiment has seen enough financial tweets, which have an informal nature, compared to other financial texts, such as news headlines.
|
| 44 |
Therefore this model performs great on informal financial texts, seen on social media.
|
| 45 |
|
|
|
|
| 47 |
|
| 48 |
FinTwitBERT-sentiment is intended for classifying financial tweets or other financial social media texts.
|
| 49 |
|
| 50 |
+
## Dataset
|
| 51 |
+
|
| 52 |
+
FinTwitBERT-sentiment has been trained on two datasets. One being a collection of several financial tweet datasets and the other a synthetic dataset created out of the first.
|
| 53 |
+
- [TimKoornstra/financial-tweets-sentiment](https://huggingface.co/datasets/TimKoornstra/financial-tweets-sentiment): 38,091 human-labeled tweets
|
| 54 |
+
- [TimKoornstra/synthetic-financial-tweets-sentiment](https://huggingface.co/datasets/TimKoornstra/synthetic-financial-tweets-sentiment): 1,428,771 synethtic tweets
|
| 55 |
+
|
| 56 |
## More Information
|
| 57 |
|
| 58 |
For a comprehensive overview, including the training setup and analysis of the model, visit the [FinTwitBERT GitHub repository](https://github.com/TimKoornstra/FinTwitBERT).
|