StephanAkkerman
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- TimKoornstra/financial-tweets-sentiment
|
|
|
5 |
language:
|
6 |
- en
|
7 |
metrics:
|
@@ -84,7 +85,7 @@ The model was trained with the following parameters:
|
|
84 |
|
85 |
If you use FinTwitBERT or FinTwitBERT-sentiment in your research, please cite us as follows, noting that both authors contributed equally to this work:
|
86 |
|
87 |
-
```
|
88 |
@misc{FinTwitBERT,
|
89 |
author = {Stephan Akkerman, Tim Koornstra},
|
90 |
title = {FinTwitBERT: A Specialized Language Model for Financial Tweets},
|
@@ -95,6 +96,18 @@ If you use FinTwitBERT or FinTwitBERT-sentiment in your research, please cite us
|
|
95 |
}
|
96 |
```
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
## License
|
99 |
|
100 |
This project is licensed under the MIT License. See the [LICENSE](https://choosealicense.com/licenses/mit/) file for details.
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- TimKoornstra/financial-tweets-sentiment
|
5 |
+
- TimKoornstra/synthetic-financial-tweets-sentiment
|
6 |
language:
|
7 |
- en
|
8 |
metrics:
|
|
|
85 |
|
86 |
If you use FinTwitBERT or FinTwitBERT-sentiment in your research, please cite us as follows, noting that both authors contributed equally to this work:
|
87 |
|
88 |
+
```
|
89 |
@misc{FinTwitBERT,
|
90 |
author = {Stephan Akkerman, Tim Koornstra},
|
91 |
title = {FinTwitBERT: A Specialized Language Model for Financial Tweets},
|
|
|
96 |
}
|
97 |
```
|
98 |
|
99 |
+
Additionally, if you utilize the sentiment classifier, please cite:
|
100 |
+
|
101 |
+
```
|
102 |
+
@misc{FinTwitBERT-sentiment,
|
103 |
+
author = {Stephan Akkerman, Tim Koornstra},
|
104 |
+
title = {FinTwitBERT-sentiment: A Sentiment Classifier for Financial Tweets},
|
105 |
+
year = {2023},
|
106 |
+
publisher = {Hugging Face},
|
107 |
+
howpublished = {\url{https://huggingface.co/StephanAkkerman/FinTwitBERT-sentiment}}
|
108 |
+
}
|
109 |
+
```
|
110 |
+
|
111 |
## License
|
112 |
|
113 |
This project is licensed under the MIT License. See the [LICENSE](https://choosealicense.com/licenses/mit/) file for details.
|