Librarian Bot: Add base_model information to model
#3
by
librarian-bot
- opened
README.md
CHANGED
@@ -8,12 +8,13 @@ metrics:
|
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
|
|
11 |
model-index:
|
12 |
- name: biobert-base-cased-v1.2-bc2gm-ner
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Token Classification
|
16 |
type: token-classification
|
|
|
17 |
dataset:
|
18 |
name: bc2gm_corpus
|
19 |
type: bc2gm_corpus
|
@@ -21,18 +22,18 @@ model-index:
|
|
21 |
split: train
|
22 |
args: bc2gm_corpus
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: precision
|
26 |
value: 0.7988356059445381
|
27 |
-
|
28 |
-
|
29 |
value: 0.8243478260869566
|
30 |
-
|
31 |
-
|
32 |
value: 0.8113912231559292
|
33 |
-
|
34 |
-
|
35 |
value: 0.9772069842818806
|
|
|
36 |
---
|
37 |
|
38 |
<!-- 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-bc2gm-ner
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
type: token-classification
|
17 |
+
name: Token Classification
|
18 |
dataset:
|
19 |
name: bc2gm_corpus
|
20 |
type: bc2gm_corpus
|
|
|
22 |
split: train
|
23 |
args: bc2gm_corpus
|
24 |
metrics:
|
25 |
+
- type: precision
|
|
|
26 |
value: 0.7988356059445381
|
27 |
+
name: Precision
|
28 |
+
- type: recall
|
29 |
value: 0.8243478260869566
|
30 |
+
name: Recall
|
31 |
+
- type: f1
|
32 |
value: 0.8113912231559292
|
33 |
+
name: F1
|
34 |
+
- type: accuracy
|
35 |
value: 0.9772069842818806
|
36 |
+
name: Accuracy
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|