Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Jean-Baptiste/financial_news_sentiment_mixte_with_phrasebank_75
|
5 |
+
pipeline_tag: text-classification
|
6 |
+
tags:
|
7 |
+
- finance
|
8 |
---
|
9 |
+
|
10 |
+
Model [Cardiff-Twitter-XLM-Roberta](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment) fine tuned on the financial dataset [financial_news_sentiment_mixte_with_phrasebank_75](https://huggingface.co/datasets/Jean-Baptiste/financial_news_sentiment_mixte_with_phrasebank_75).
|
11 |
+
|
12 |
+
The dataset's column used to fine tune the model is **summary_detail_with_title**.
|
13 |
+
|
14 |
+
|
15 |
+
The model is trained in only 3 epochs, with 300 warm-up steps.
|