Librarian Bot: Add base_model information to model
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pipeline_tag: token-classification
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
- generated_from_trainer
|
@@ -10,29 +9,31 @@ metrics:
|
|
10 |
- recall
|
11 |
- f1
|
12 |
- accuracy
|
|
|
|
|
13 |
model-index:
|
14 |
- name: distilbert-base-uncased-finetuned-ner
|
15 |
results:
|
16 |
- task:
|
17 |
-
name: Token Classification
|
18 |
type: token-classification
|
|
|
19 |
dataset:
|
20 |
name: few_nerd
|
21 |
type: few_nerd
|
22 |
args: supervised
|
23 |
metrics:
|
24 |
-
-
|
25 |
-
type: precision
|
26 |
value: 0.6424480067658478
|
27 |
-
|
28 |
-
|
29 |
value: 0.6854236732015421
|
30 |
-
|
31 |
-
|
32 |
value: 0.6632404008334158
|
33 |
-
|
34 |
-
|
35 |
value: 0.9075199647113962
|
|
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
12 |
+
pipeline_tag: token-classification
|
13 |
+
base_model: distilbert-base-uncased
|
14 |
model-index:
|
15 |
- name: distilbert-base-uncased-finetuned-ner
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: token-classification
|
19 |
+
name: Token Classification
|
20 |
dataset:
|
21 |
name: few_nerd
|
22 |
type: few_nerd
|
23 |
args: supervised
|
24 |
metrics:
|
25 |
+
- type: precision
|
|
|
26 |
value: 0.6424480067658478
|
27 |
+
name: Precision
|
28 |
+
- type: recall
|
29 |
value: 0.6854236732015421
|
30 |
+
name: Recall
|
31 |
+
- type: f1
|
32 |
value: 0.6632404008334158
|
33 |
+
name: F1
|
34 |
+
- type: accuracy
|
35 |
value: 0.9075199647113962
|
36 |
+
name: Accuracy
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|