Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -8,29 +8,30 @@ metrics:
8
  - recall
9
  - f1
10
  - accuracy
 
11
  model-index:
12
  - name: results
13
  results:
14
  - task:
15
- name: Text Classification
16
  type: text-classification
 
17
  dataset:
18
  name: epi_classify4_gard
19
  type: epi_classify4_gard
20
  args: default
21
  metrics:
22
- - name: Precision
23
- type: precision
24
  value: 0.875
25
- - name: Recall
26
- type: recall
27
  value: 0.9032258064516129
28
- - name: F1
29
- type: f1
30
  value: 0.8888888888888888
31
- - name: Accuracy
32
- type: accuracy
33
  value: 0.986
 
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
8
  - recall
9
  - f1
10
  - accuracy
11
+ base_model: dmis-lab/biobert-base-cased-v1.2
12
  model-index:
13
  - name: results
14
  results:
15
  - task:
 
16
  type: text-classification
17
+ name: Text Classification
18
  dataset:
19
  name: epi_classify4_gard
20
  type: epi_classify4_gard
21
  args: default
22
  metrics:
23
+ - type: precision
 
24
  value: 0.875
25
+ name: Precision
26
+ - type: recall
27
  value: 0.9032258064516129
28
+ name: Recall
29
+ - type: f1
30
  value: 0.8888888888888888
31
+ name: F1
32
+ - type: accuracy
33
  value: 0.986
34
+ name: Accuracy
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You