Commit
·
2d88b8f
1
Parent(s):
addf7c3
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (48e1dc2d4d127e144c0974cedaa1d4c489145077)
Co-authored-by: Librarian Bot (Bot) <[email protected]>
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
---
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
library_name: span-marker
|
5 |
tags:
|
@@ -7,43 +8,41 @@ tags:
|
|
7 |
- token-classification
|
8 |
- ner
|
9 |
- named-entity-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pipeline_tag: token-classification
|
11 |
widget:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
model-index:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
datasets:
|
39 |
-
- conll2003
|
40 |
-
- tomaarsen/conll2003
|
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:
|
|
|
8 |
- token-classification
|
9 |
- ner
|
10 |
- named-entity-recognition
|
11 |
+
datasets:
|
12 |
+
- conll2003
|
13 |
+
- tomaarsen/conll2003
|
14 |
+
metrics:
|
15 |
+
- f1
|
16 |
+
- recall
|
17 |
+
- precision
|
18 |
pipeline_tag: token-classification
|
19 |
widget:
|
20 |
+
- text: Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic
|
21 |
+
to Paris.
|
22 |
+
example_title: Amelia Earhart
|
23 |
+
base_model: xlm-roberta-large
|
24 |
model-index:
|
25 |
+
- name: SpanMarker w. xlm-roberta-large on CoNLL03 with document-level context by
|
26 |
+
Tom Aarsen
|
27 |
+
results:
|
28 |
+
- task:
|
29 |
+
type: token-classification
|
30 |
+
name: Named Entity Recognition
|
31 |
+
dataset:
|
32 |
+
name: CoNLL03 w. document context
|
33 |
+
type: conll2003
|
34 |
+
split: test
|
35 |
+
revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
|
36 |
+
metrics:
|
37 |
+
- type: f1
|
38 |
+
value: 0.9442
|
39 |
+
name: F1
|
40 |
+
- type: precision
|
41 |
+
value: 0.9411
|
42 |
+
name: Precision
|
43 |
+
- type: recall
|
44 |
+
value: 0.9473
|
45 |
+
name: Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
47 |
|
48 |
# SpanMarker for Named Entity Recognition
|