Commit
•
32bd83f
1
Parent(s):
6c6db68
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (45cdc8ec13638363a540052b788ab0ac8d5d8f90)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,45 +1,46 @@
|
|
1 |
-
|
2 |
---
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
library_name: span-marker
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pipeline_tag: token-classification
|
11 |
widget:
|
12 |
-
- text:
|
13 |
-
|
|
|
|
|
14 |
model-index:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
datasets:
|
36 |
-
- conll2003
|
37 |
-
language:
|
38 |
-
- en
|
39 |
-
metrics:
|
40 |
-
- f1
|
41 |
-
- recall
|
42 |
-
- precision
|
43 |
---
|
44 |
|
45 |
# 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 |
+
- conll2003
|
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 |
+
base_model: prajjwal1/bert-tiny
|
23 |
model-index:
|
24 |
+
- name: SpanMarker w. bert-tiny on CoNLL03 by Tom Aarsen
|
25 |
+
results:
|
26 |
+
- task:
|
27 |
+
type: token-classification
|
28 |
+
name: Named Entity Recognition
|
29 |
+
dataset:
|
30 |
+
name: CoNLL03
|
31 |
+
type: conll2003
|
32 |
+
split: test
|
33 |
+
revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
|
34 |
+
metrics:
|
35 |
+
- type: f1
|
36 |
+
value: 0.8093994778067886
|
37 |
+
name: F1
|
38 |
+
- type: precision
|
39 |
+
value: 0.8546048601184398
|
40 |
+
name: Precision
|
41 |
+
- type: recall
|
42 |
+
value: 0.7687362233651727
|
43 |
+
name: Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
|
46 |
# SpanMarker for Named Entity Recognition
|