Librarian Bot: Add base_model information to model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -11,29 +11,30 @@ metrics:
|
|
| 11 |
- accuracy
|
| 12 |
widget:
|
| 13 |
- text: Bob Dillan beit Maríu Markan á barkann.
|
|
|
|
| 14 |
model-index:
|
| 15 |
- name: IceBERT-finetuned-ner
|
| 16 |
results:
|
| 17 |
- task:
|
| 18 |
-
name: Token Classification
|
| 19 |
type: token-classification
|
|
|
|
| 20 |
dataset:
|
| 21 |
name: mim_gold_ner
|
| 22 |
type: mim_gold_ner
|
| 23 |
args: mim-gold-ner
|
| 24 |
metrics:
|
| 25 |
-
-
|
| 26 |
-
type: precision
|
| 27 |
value: 0.8873049035270985
|
| 28 |
-
|
| 29 |
-
|
| 30 |
value: 0.8627076114231091
|
| 31 |
-
|
| 32 |
-
|
| 33 |
value: 0.8748333939173634
|
| 34 |
-
|
| 35 |
-
|
| 36 |
value: 0.9848076353832492
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 11 |
- accuracy
|
| 12 |
widget:
|
| 13 |
- text: Bob Dillan beit Maríu Markan á barkann.
|
| 14 |
+
base_model: vesteinn/IceBERT
|
| 15 |
model-index:
|
| 16 |
- name: IceBERT-finetuned-ner
|
| 17 |
results:
|
| 18 |
- task:
|
|
|
|
| 19 |
type: token-classification
|
| 20 |
+
name: Token Classification
|
| 21 |
dataset:
|
| 22 |
name: mim_gold_ner
|
| 23 |
type: mim_gold_ner
|
| 24 |
args: mim-gold-ner
|
| 25 |
metrics:
|
| 26 |
+
- type: precision
|
|
|
|
| 27 |
value: 0.8873049035270985
|
| 28 |
+
name: Precision
|
| 29 |
+
- type: recall
|
| 30 |
value: 0.8627076114231091
|
| 31 |
+
name: Recall
|
| 32 |
+
- type: f1
|
| 33 |
value: 0.8748333939173634
|
| 34 |
+
name: F1
|
| 35 |
+
- type: accuracy
|
| 36 |
value: 0.9848076353832492
|
| 37 |
+
name: Accuracy
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|