nickmuchi commited on
Commit
a90a4ec
1 Parent(s): 2a0feb0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -2,6 +2,25 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  metrics:
6
  - accuracy
7
  - f1
@@ -12,12 +31,10 @@ model-index:
12
  results: []
13
  ---
14
 
15
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
- should probably proofread and complete it, then remove this comment. -->
17
-
18
  # deberta-v3-base-finetuned-finance-text-classification
19
 
20
- This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the None dataset.
 
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.7687
23
  - Accuracy: 0.8913
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
+ - financial-sentiment-analysis
6
+ - sentiment-analysis
7
+ - sentence_50agree
8
+ - financial
9
+ - stocks
10
+ - sentiment
11
+ datasets:
12
+ - financial_phrasebank
13
+ - Kaggle Self label
14
+ - nickmuchi/financial-classification
15
+ widget:
16
+ - text: "The USD rallied by 3% last night as the Fed hiked interest rates"
17
+ example_title: "Bullish Sentiment"
18
+ - text: "Covid-19 cases have been increasing over the past few months impacting earnings for global firms"
19
+ example_title: "Bearish Sentiment"
20
+ - text: "the USD has been trending lower"
21
+ example_title: "Mildly Bearish Sentiment"
22
+ - text: "The USD rallied by 3% last night as the Fed hiked interest rates however, higher interest rates will increase mortgage costs for homeowners"
23
+ example_title: "Neutral"
24
  metrics:
25
  - accuracy
26
  - f1
 
31
  results: []
32
  ---
33
 
 
 
 
34
  # deberta-v3-base-finetuned-finance-text-classification
35
 
36
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the sentence_50Agree [financial-phrasebank + Kaggle Dataset](https://huggingface.co/datasets/nickmuchi/financial-classification), a dataset consisting of 4840 Financial News categorised by sentiment (negative, neutral, positive). The Kaggle dataset includes Covid-19 sentiment data and can be found here: [sentiment-classification-selflabel-dataset](https://www.kaggle.com/percyzheng/sentiment-classification-selflabel-dataset).
37
+
38
  It achieves the following results on the evaluation set:
39
  - Loss: 0.7687
40
  - Accuracy: 0.8913