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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,5 +1,14 @@
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:
5
  - text-classification
@@ -15,4 +24,5 @@ train-eval-index:
15
  eval_split: train
16
  - col_mapping:
17
  sentence: text
18
- label: target
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+
9
+ ## Dataset Creation
10
+
11
+
12
 
13
  task_categories:
14
  - text-classification
 
24
  eval_split: train
25
  - col_mapping:
26
  sentence: text
27
+ label: target
28
+ ---