Librarian Bot: Add base_model information to model

#4
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -5,26 +5,27 @@ tags:
5
  - financial
6
  - stocks
7
  - sentiment
8
- widget:
9
- - text: "Operating profit totaled EUR 9.4 mn , down from EUR 11.7 mn in 2004 ."
10
  datasets:
11
  - financial_phrasebank
12
  metrics:
13
  - accuracy
 
 
 
14
  model-index:
15
  - name: distilRoberta-financial-sentiment
16
  results:
17
  - task:
18
- name: Text Classification
19
  type: text-classification
 
20
  dataset:
21
  name: financial_phrasebank
22
  type: financial_phrasebank
23
  args: sentences_allagree
24
  metrics:
25
- - name: Accuracy
26
- type: accuracy
27
  value: 0.9823008849557522
 
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
5
  - financial
6
  - stocks
7
  - sentiment
 
 
8
  datasets:
9
  - financial_phrasebank
10
  metrics:
11
  - accuracy
12
+ widget:
13
+ - text: Operating profit totaled EUR 9.4 mn , down from EUR 11.7 mn in 2004 .
14
+ base_model: distilroberta-base
15
  model-index:
16
  - name: distilRoberta-financial-sentiment
17
  results:
18
  - task:
 
19
  type: text-classification
20
+ name: Text Classification
21
  dataset:
22
  name: financial_phrasebank
23
  type: financial_phrasebank
24
  args: sentences_allagree
25
  metrics:
26
+ - type: accuracy
 
27
  value: 0.9823008849557522
28
+ name: Accuracy
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You