nickmuchi commited on
Commit
0214f97
1 Parent(s): bd2ef34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -18,15 +18,33 @@ metrics:
18
  - precision
19
  - recall
20
  widget:
21
- - text: "The USD rallied by 10% last night"
22
- example_title: "Bullish Sentiment"
23
- - text: "Covid-19 cases have been increasing over the past few months impacting earnings for global firms"
24
- example_title: "Bearish Sentiment"
25
- - text: "the USD has been trending lower"
26
- example_title: "Mildly Bearish Sentiment"
 
 
27
  model-index:
28
  - name: sec-bert-finetuned-finance-classification
29
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -88,4 +106,4 @@ The following hyperparameters were used during training:
88
  - Transformers 4.17.0
89
  - Pytorch 1.10.0+cu111
90
  - Datasets 1.18.4
91
- - Tokenizers 0.11.6
 
18
  - precision
19
  - recall
20
  widget:
21
+ - text: The USD rallied by 10% last night
22
+ example_title: Bullish Sentiment
23
+ - text: >-
24
+ Covid-19 cases have been increasing over the past few months impacting
25
+ earnings for global firms
26
+ example_title: Bearish Sentiment
27
+ - text: the USD has been trending lower
28
+ example_title: Mildly Bearish Sentiment
29
  model-index:
30
  - name: sec-bert-finetuned-finance-classification
31
+ results:
32
+ - task:
33
+ name: Text Classification
34
+ type: text-classification
35
+ dataset:
36
+ name: financial_phrasebank
37
+ type: finance
38
+ args: sentence_50agree
39
+ metrics:
40
+ - type: F1
41
+ name: F1
42
+ value: 0.8744
43
+ - type: accuracy
44
+ name: accuracy
45
+ value: 0.8755
46
+ language:
47
+ - en
48
  ---
49
 
50
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
106
  - Transformers 4.17.0
107
  - Pytorch 1.10.0+cu111
108
  - Datasets 1.18.4
109
+ - Tokenizers 0.11.6