Upload BertForTokenClassification
Browse files
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 |
-
-
|
28 |
-
type: precision
|
29 |
value: 0.949653802801782
|
30 |
-
|
31 |
-
|
32 |
value: 0.9613670941099761
|
33 |
-
|
34 |
-
|
35 |
value: 0.9554745511003105
|
36 |
-
|
37 |
-
|
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
|