nickmuchi commited on
Commit
24c14fd
·
1 Parent(s): 8216d77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,3 +1,4 @@
 
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:
@@ -8,10 +9,10 @@ task_ids:
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
 
1
+ ---
2
  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.
3
 
4
  task_categories:
 
9
 
10
  train-eval-index:
11
  - config: sentences_50agree
12
+ - task: text-classification
13
+ - task_id: multi_class_classification
14
+ - splits:
15
  eval_split: train
16
+ - col_mapping:
17
  sentence: text
18
  label: target