Librarian Bot: Add base_model information to model
#5
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-sa-4.0
|
3 |
tags:
|
4 |
- financial-sentiment-analysis
|
@@ -19,31 +21,29 @@ metrics:
|
|
19 |
widget:
|
20 |
- text: The USD rallied by 10% last night
|
21 |
example_title: Bullish Sentiment
|
22 |
-
- text:
|
23 |
-
|
24 |
-
earnings for global firms
|
25 |
example_title: Bearish Sentiment
|
26 |
- text: the USD has been trending lower
|
27 |
example_title: Mildly Bearish Sentiment
|
|
|
28 |
model-index:
|
29 |
- name: sec-bert-finetuned-finance-classification
|
30 |
results:
|
31 |
- task:
|
32 |
-
name: Text Classification
|
33 |
type: text-classification
|
|
|
34 |
dataset:
|
35 |
name: financial_phrasebank
|
36 |
type: finance
|
37 |
args: sentence_50agree
|
38 |
metrics:
|
39 |
- type: F1
|
40 |
-
name: F1
|
41 |
value: 0.8744
|
|
|
42 |
- type: accuracy
|
43 |
-
name: accuracy
|
44 |
value: 0.8755
|
45 |
-
|
46 |
-
- en
|
47 |
---
|
48 |
|
49 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-sa-4.0
|
5 |
tags:
|
6 |
- financial-sentiment-analysis
|
|
|
21 |
widget:
|
22 |
- text: The USD rallied by 10% last night
|
23 |
example_title: Bullish Sentiment
|
24 |
+
- text: Covid-19 cases have been increasing over the past few months impacting earnings
|
25 |
+
for global firms
|
|
|
26 |
example_title: Bearish Sentiment
|
27 |
- text: the USD has been trending lower
|
28 |
example_title: Mildly Bearish Sentiment
|
29 |
+
base_model: nlpaueb/sec-bert-base
|
30 |
model-index:
|
31 |
- name: sec-bert-finetuned-finance-classification
|
32 |
results:
|
33 |
- task:
|
|
|
34 |
type: text-classification
|
35 |
+
name: Text Classification
|
36 |
dataset:
|
37 |
name: financial_phrasebank
|
38 |
type: finance
|
39 |
args: sentence_50agree
|
40 |
metrics:
|
41 |
- type: F1
|
|
|
42 |
value: 0.8744
|
43 |
+
name: F1
|
44 |
- type: accuracy
|
|
|
45 |
value: 0.8755
|
46 |
+
name: accuracy
|
|
|
47 |
---
|
48 |
|
49 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|