nickmuchi commited on
Commit
b67649d
1 Parent(s): 8773eba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -10,10 +10,6 @@ tags:
10
  - sentiment
11
  metrics:
12
  - f1
13
- datasets:
14
- - financial_phrasebank
15
- - Kaggle Self label
16
- - financial-classification
17
  widget:
18
  - text: "The USD rallied by 10% last night"
19
  example_title: "Bullish Sentiment"
@@ -23,7 +19,20 @@ widget:
23
  example_title: "Mildly Bearish Sentiment"
24
  model-index:
25
  - name: distilroberta-finetuned-finclass
26
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
10
  - sentiment
11
  metrics:
12
  - f1
 
 
 
 
13
  widget:
14
  - text: "The USD rallied by 10% last night"
15
  example_title: "Bullish Sentiment"
 
19
  example_title: "Mildly Bearish Sentiment"
20
  model-index:
21
  - name: distilroberta-finetuned-finclass
22
+ results:
23
+ - task:
24
+ name: Text Classification
25
+ type: text-classification
26
+ datasets:
27
+ name: financial_phrasebank
28
+ type: financial_phrasebank
29
+ args: sentences_allagree
30
+ name_1: Kaggle Self label
31
+ type_1: financial-classification
32
+ metrics:
33
+ name: F1-Score
34
+ type: F1-Score
35
+ value: 0.88
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You