Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -9,29 +9,30 @@ metrics:
9
  - f1
10
  - precision
11
  - recall
 
12
  model-index:
13
  - name: robbert-twitter-sentiment
14
  results:
15
  - task:
16
- name: Text Classification
17
  type: text-classification
 
18
  dataset:
19
  name: dutch_social
20
  type: dutch_social
21
  args: dutch_social
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.749
26
- - name: F1
27
- type: f1
28
  value: 0.7491844724992662
29
- - name: Precision
30
- type: precision
31
  value: 0.7493911755249737
32
- - name: Recall
33
- type: recall
34
  value: 0.749
 
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
9
  - f1
10
  - precision
11
  - recall
12
+ base_model: pdelobelle/robbert-v2-dutch-base
13
  model-index:
14
  - name: robbert-twitter-sentiment
15
  results:
16
  - task:
 
17
  type: text-classification
18
+ name: Text Classification
19
  dataset:
20
  name: dutch_social
21
  type: dutch_social
22
  args: dutch_social
23
  metrics:
24
+ - type: accuracy
 
25
  value: 0.749
26
+ name: Accuracy
27
+ - type: f1
28
  value: 0.7491844724992662
29
+ name: F1
30
+ - type: precision
31
  value: 0.7493911755249737
32
+ name: Precision
33
+ - type: recall
34
  value: 0.749
35
+ name: Recall
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You