nickmuchi commited on
Commit
14e47d6
1 Parent(s): 12bb2fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,14 +1,13 @@
1
  ---
2
  license: apache-2.0
3
- language: "en"
4
  tags:
5
  - financial-sentiment-analysis
6
  - sentiment-analysis
7
  - sentence_50agree
8
  - generated_from_trainer
9
- - financial
10
- - stocks
11
  - sentiment
 
12
  datasets:
13
  - financial_phrasebank
14
  - Kaggle_Self_label
@@ -16,12 +15,14 @@ datasets:
16
  metrics:
17
  - f1
18
  widget:
19
- - text: "The USD rallied by 10% last night"
20
- example_title: "Bullish Sentiment"
21
- - text: "Covid-19 cases have been increasing over the past few months impacting earnings for global firms"
22
- example_title: "Bearish Sentiment"
23
- - text: "the USD has been trending lower"
24
- example_title: "Mildly Bearish Sentiment"
 
 
25
  model-index:
26
  - name: distilroberta-finetuned-finclass
27
  results:
@@ -85,4 +86,4 @@ The following hyperparameters were used during training:
85
  - Transformers 4.15.0
86
  - Pytorch 1.10.0+cu111
87
  - Datasets 1.18.0
88
- - Tokenizers 0.10.3
 
1
  ---
2
  license: apache-2.0
3
+ language: en
4
  tags:
5
  - financial-sentiment-analysis
6
  - sentiment-analysis
7
  - sentence_50agree
8
  - generated_from_trainer
 
 
9
  - sentiment
10
+ - finance
11
  datasets:
12
  - financial_phrasebank
13
  - Kaggle_Self_label
 
15
  metrics:
16
  - f1
17
  widget:
18
+ - text: The USD rallied by 10% last night
19
+ example_title: Bullish Sentiment
20
+ - text: >-
21
+ Covid-19 cases have been increasing over the past few months impacting
22
+ earnings for global firms
23
+ example_title: Bearish Sentiment
24
+ - text: the USD has been trending lower
25
+ example_title: Mildly Bearish Sentiment
26
  model-index:
27
  - name: distilroberta-finetuned-finclass
28
  results:
 
86
  - Transformers 4.15.0
87
  - Pytorch 1.10.0+cu111
88
  - Datasets 1.18.0
89
+ - Tokenizers 0.10.3