Librarian Bot: Add base_model information to model

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