Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -15,28 +15,30 @@ metrics:
15
  - precision
16
  - recall
17
  widget:
18
- - text: "$LOW - Lowe's racks up another positive rating despite recession risk"
19
- example_title: "Bullish Sentiment"
20
- - text: "$HNHAF $HNHPD $AAPL - Trendforce cuts iPhone estimate after Foxconn delay"
21
- example_title: "Bearish Sentiment"
22
- - text: "Coin Toss: Morgan Stanley Raises Tesla Bull Case To $500, Keeps Bear Case At $10"
23
- example_title: "Neutral Sentiment"
 
 
24
  model-index:
25
  - name: finbert-tone-finetuned-fintwitter-classification
26
  results:
27
  - task:
28
- name: Text Classification
29
  type: text-classification
 
30
  dataset:
31
  name: twitter-financial-news-sentiment
32
  type: finance
33
  metrics:
34
  - type: F1
35
- name: F1
36
  value: 0.8838
 
37
  - type: accuracy
 
38
  name: accuracy
39
- value: 0.8840
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  - precision
16
  - recall
17
  widget:
18
+ - text: $LOW - Lowe's racks up another positive rating despite recession risk
19
+ example_title: Bullish Sentiment
20
+ - text: $HNHAF $HNHPD $AAPL - Trendforce cuts iPhone estimate after Foxconn delay
21
+ example_title: Bearish Sentiment
22
+ - text: 'Coin Toss: Morgan Stanley Raises Tesla Bull Case To $500, Keeps Bear Case
23
+ At $10'
24
+ example_title: Neutral Sentiment
25
+ base_model: yiyanghkust/finbert-tone
26
  model-index:
27
  - name: finbert-tone-finetuned-fintwitter-classification
28
  results:
29
  - task:
 
30
  type: text-classification
31
+ name: Text Classification
32
  dataset:
33
  name: twitter-financial-news-sentiment
34
  type: finance
35
  metrics:
36
  - type: F1
 
37
  value: 0.8838
38
+ name: F1
39
  - type: accuracy
40
+ value: 0.884
41
  name: accuracy
 
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You