Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -12,24 +12,23 @@ 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:
|
19 |
-
|
20 |
-
earnings for global firms
|
21 |
example_title: Bearish Sentiment
|
22 |
- text: the USD has been trending lower
|
23 |
example_title: Mildly Bearish Sentiment
|
24 |
-
- text:
|
25 |
-
The USD rallied by 3% last night as the Fed hiked interest rates however,
|
26 |
higher interest rates will increase mortgage costs for homeowners
|
27 |
example_title: Neutral
|
28 |
-
|
29 |
-
- accuracy
|
30 |
-
- f1
|
31 |
-
- precision
|
32 |
-
- recall
|
33 |
model-index:
|
34 |
- name: deberta-v3-base-finetuned-finance-text-classification
|
35 |
results: []
|
|
|
12 |
- financial_phrasebank
|
13 |
- Kaggle_Self_label
|
14 |
- nickmuchi/financial-classification
|
15 |
+
metrics:
|
16 |
+
- accuracy
|
17 |
+
- f1
|
18 |
+
- precision
|
19 |
+
- recall
|
20 |
widget:
|
21 |
- text: The USD rallied by 3% last night as the Fed hiked interest rates
|
22 |
example_title: Bullish Sentiment
|
23 |
+
- text: Covid-19 cases have been increasing over the past few months impacting earnings
|
24 |
+
for global firms
|
|
|
25 |
example_title: Bearish Sentiment
|
26 |
- text: the USD has been trending lower
|
27 |
example_title: Mildly Bearish Sentiment
|
28 |
+
- text: The USD rallied by 3% last night as the Fed hiked interest rates however,
|
|
|
29 |
higher interest rates will increase mortgage costs for homeowners
|
30 |
example_title: Neutral
|
31 |
+
base_model: microsoft/deberta-v3-base
|
|
|
|
|
|
|
|
|
32 |
model-index:
|
33 |
- name: deberta-v3-base-finetuned-finance-text-classification
|
34 |
results: []
|