Librarian Bot: Add base_model information to model

#2
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: biobert-base-cased-v1.2_ncbi_disease-sm-first-ner
13
  results:
14
  - task:
15
- name: Token Classification
16
  type: token-classification
 
17
  dataset:
18
  name: ncbi_disease
19
  type: ncbi_disease
20
  args: ncbi_disease
21
  metrics:
22
- - name: Precision
23
- type: precision
24
  value: 0.8522139160437032
25
- - name: Recall
26
- type: recall
27
  value: 0.8826682549136391
28
- - name: F1
29
- type: f1
30
  value: 0.8671737858396723
31
- - name: Accuracy
32
- type: accuracy
33
  value: 0.9826972482743678
 
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: biobert-base-cased-v1.2_ncbi_disease-sm-first-ner
14
  results:
15
  - task:
 
16
  type: token-classification
17
+ name: Token Classification
18
  dataset:
19
  name: ncbi_disease
20
  type: ncbi_disease
21
  args: ncbi_disease
22
  metrics:
23
+ - type: precision
 
24
  value: 0.8522139160437032
25
+ name: Precision
26
+ - type: recall
27
  value: 0.8826682549136391
28
+ name: Recall
29
+ - type: f1
30
  value: 0.8671737858396723
31
+ name: F1
32
+ - type: accuracy
33
  value: 0.9826972482743678
34
+ name: Accuracy
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You