Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -8,12 +8,13 @@ metrics:
8
  - f1
9
  - precision
10
  - recall
 
11
  model-index:
12
  - name: dccuchile-distilbert-base-spanish-uncased-finetuned-with-spanish-tweets-clf-cleaned-ds
13
  results:
14
  - task:
15
- name: Text Classification
16
  type: text-classification
 
17
  dataset:
18
  name: dataset
19
  type: dataset
@@ -21,18 +22,18 @@ model-index:
21
  split: dev
22
  args: 60-20-20
23
  metrics:
24
- - name: Accuracy
25
- type: accuracy
26
  value: 0.650310988251555
27
- - name: F1
28
- type: f1
29
  value: 0.6518765643027159
30
- - name: Precision
31
- type: precision
32
  value: 0.6625453481119005
33
- - name: Recall
34
- type: recall
35
  value: 0.6498098682990169
 
36
  ---
37
 
38
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
8
  - f1
9
  - precision
10
  - recall
11
+ base_model: dccuchile/distilbert-base-spanish-uncased
12
  model-index:
13
  - name: dccuchile-distilbert-base-spanish-uncased-finetuned-with-spanish-tweets-clf-cleaned-ds
14
  results:
15
  - task:
 
16
  type: text-classification
17
+ name: Text Classification
18
  dataset:
19
  name: dataset
20
  type: dataset
 
22
  split: dev
23
  args: 60-20-20
24
  metrics:
25
+ - type: accuracy
 
26
  value: 0.650310988251555
27
+ name: Accuracy
28
+ - type: f1
29
  value: 0.6518765643027159
30
+ name: F1
31
+ - type: precision
32
  value: 0.6625453481119005
33
+ name: Precision
34
+ - type: recall
35
  value: 0.6498098682990169
36
+ name: Recall
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You