Librarian Bot: Add base_model information to model
#2
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,49 +1,51 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: span-marker
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: token-classification
|
10 |
widget:
|
11 |
-
- text:
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
15 |
model-index:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
name: Recall
|
39 |
-
datasets:
|
40 |
-
- DFKI-SLT/few-nerd
|
41 |
-
language:
|
42 |
-
- en
|
43 |
-
metrics:
|
44 |
-
- f1
|
45 |
-
- recall
|
46 |
-
- precision
|
47 |
---
|
48 |
|
49 |
# SpanMarker for Named Entity Recognition
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
library_name: span-marker
|
6 |
tags:
|
7 |
+
- span-marker
|
8 |
+
- token-classification
|
9 |
+
- ner
|
10 |
+
- named-entity-recognition
|
11 |
+
datasets:
|
12 |
+
- DFKI-SLT/few-nerd
|
13 |
+
metrics:
|
14 |
+
- f1
|
15 |
+
- recall
|
16 |
+
- precision
|
17 |
pipeline_tag: token-classification
|
18 |
widget:
|
19 |
+
- text: Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic
|
20 |
+
to Paris.
|
21 |
+
example_title: Amelia Earhart
|
22 |
+
- text: Leonardo di ser Piero da Vinci painted the Mona Lisa based on Italian noblewoman
|
23 |
+
Lisa del Giocondo.
|
24 |
+
example_title: Leonardo da Vinci
|
25 |
+
base_model: prajjwal1/bert-tiny
|
26 |
model-index:
|
27 |
+
- name: SpanMarker w. bert-base-cased on coarsegrained, supervised FewNERD by Tom
|
28 |
+
Aarsen
|
29 |
+
results:
|
30 |
+
- task:
|
31 |
+
type: token-classification
|
32 |
+
name: Named Entity Recognition
|
33 |
+
dataset:
|
34 |
+
name: coarsegrained, supervised FewNERD
|
35 |
+
type: DFKI-SLT/few-nerd
|
36 |
+
config: supervised
|
37 |
+
split: test
|
38 |
+
revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
|
39 |
+
metrics:
|
40 |
+
- type: f1
|
41 |
+
value: 0.7081
|
42 |
+
name: F1
|
43 |
+
- type: precision
|
44 |
+
value: 0.7378
|
45 |
+
name: Precision
|
46 |
+
- type: recall
|
47 |
+
value: 0.6808
|
48 |
+
name: Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# SpanMarker for Named Entity Recognition
|