Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -7,12 +7,13 @@ datasets:
7
  metrics:
8
  - accuracy
9
  - f1
 
10
  model-index:
11
  - name: roberta-large-bne-finetuned-go_emotions-es
12
  results:
13
  - task:
14
- name: Text Classification
15
  type: text-classification
 
16
  dataset:
17
  name: go_emotions
18
  type: go_emotions
@@ -20,12 +21,12 @@ model-index:
20
  split: train
21
  args: simplified
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.5668425681618294
26
- - name: F1
27
- type: f1
28
  value: 0.5572049178848779
 
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
7
  metrics:
8
  - accuracy
9
  - f1
10
+ base_model: PlanTL-GOB-ES/roberta-large-bne
11
  model-index:
12
  - name: roberta-large-bne-finetuned-go_emotions-es
13
  results:
14
  - task:
 
15
  type: text-classification
16
+ name: Text Classification
17
  dataset:
18
  name: go_emotions
19
  type: go_emotions
 
21
  split: train
22
  args: simplified
23
  metrics:
24
+ - type: accuracy
 
25
  value: 0.5668425681618294
26
+ name: Accuracy
27
+ - type: f1
28
  value: 0.5572049178848779
29
+ name: F1
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You