cristianmanosalva commited on
Commit
982197c
·
verified ·
1 Parent(s): 6ba5a63

Upload BertForTokenClassification

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -15,8 +15,8 @@ model-index:
15
  - name: NER-finetuning-BETO-CM-V1
16
  results:
17
  - task:
18
- name: Token Classification
19
  type: token-classification
 
20
  dataset:
21
  name: biobert_json
22
  type: biobert_json
@@ -24,18 +24,18 @@ model-index:
24
  split: validation
25
  args: Biobert_json
26
  metrics:
27
- - name: Precision
28
- type: precision
29
  value: 0.949653802801782
30
- - name: Recall
31
- type: recall
32
  value: 0.9613670941099761
33
- - name: F1
34
- type: f1
35
  value: 0.9554745511003105
36
- - name: Accuracy
37
- type: accuracy
38
  value: 0.976855614973262
 
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
15
  - name: NER-finetuning-BETO-CM-V1
16
  results:
17
  - task:
 
18
  type: token-classification
19
+ name: Token Classification
20
  dataset:
21
  name: biobert_json
22
  type: biobert_json
 
24
  split: validation
25
  args: Biobert_json
26
  metrics:
27
+ - type: precision
 
28
  value: 0.949653802801782
29
+ name: Precision
30
+ - type: recall
31
  value: 0.9613670941099761
32
+ name: Recall
33
+ - type: f1
34
  value: 0.9554745511003105
35
+ name: F1
36
+ - type: accuracy
37
  value: 0.976855614973262
38
+ name: Accuracy
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You