Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -8,12 +8,13 @@ metrics:
|
|
8 |
- recall
|
9 |
- f1
|
10 |
- accuracy
|
|
|
11 |
model-index:
|
12 |
- name: electramed-small-ADE-DRUG-EFFECT-ner
|
13 |
results:
|
14 |
- task:
|
15 |
-
name: Token Classification
|
16 |
type: token-classification
|
|
|
17 |
dataset:
|
18 |
name: ade_drug_effect_ner
|
19 |
type: ade_drug_effect_ner
|
@@ -21,18 +22,18 @@ model-index:
|
|
21 |
split: train
|
22 |
args: ade
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: precision
|
26 |
value: 0.7745054945054946
|
27 |
-
|
28 |
-
|
29 |
value: 0.6555059523809523
|
30 |
-
|
31 |
-
|
32 |
value: 0.7100544025790851
|
33 |
-
|
34 |
-
|
35 |
value: 0.9310355073540336
|
|
|
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: giacomomiolo/electramed_small_scivocab
|
12 |
model-index:
|
13 |
- name: electramed-small-ADE-DRUG-EFFECT-ner
|
14 |
results:
|
15 |
- task:
|
|
|
16 |
type: token-classification
|
17 |
+
name: Token Classification
|
18 |
dataset:
|
19 |
name: ade_drug_effect_ner
|
20 |
type: ade_drug_effect_ner
|
|
|
22 |
split: train
|
23 |
args: ade
|
24 |
metrics:
|
25 |
+
- type: precision
|
|
|
26 |
value: 0.7745054945054946
|
27 |
+
name: Precision
|
28 |
+
- type: recall
|
29 |
value: 0.6555059523809523
|
30 |
+
name: Recall
|
31 |
+
- type: f1
|
32 |
value: 0.7100544025790851
|
33 |
+
name: F1
|
34 |
+
- type: accuracy
|
35 |
value: 0.9310355073540336
|
36 |
+
name: Accuracy
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|