Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This [dataset](https://huggingface.co/datasets/nickmuchi/financial-classification) combines financial phrasebank dataset and a financial text dataset from [Kaggle](https://www.kaggle.com/datasets/percyzheng/sentiment-classification-selflabel-dataset). Given the financial phrasebank dataset does not have a validation split, I thought this might help to validate finance models and also capture the impact of COVID on financial earnings with the more recent Kaggle dataset.
|
| 2 |
+
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
task_ids:
|
| 6 |
+
- multi-class-classification
|
| 7 |
+
- sentiment-classification
|
| 8 |
+
|
| 9 |
+
train-eval-index:
|
| 10 |
+
- config: sentences_50agree
|
| 11 |
+
task: text-classification
|
| 12 |
+
task_id: multi_class_classification
|
| 13 |
+
splits:
|
| 14 |
+
eval_split: train
|
| 15 |
+
col_mapping:
|
| 16 |
+
sentence: text
|
| 17 |
+
label: target
|