Commit
•
a4a6054
1
Parent(s):
08484ef
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (1a9d4b0ce4d8b246e5bf17552a624a24a34d2155)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
library_name: span-marker
|
4 |
tags:
|
@@ -7,16 +9,21 @@ tags:
|
|
7 |
- ner
|
8 |
- named-entity-recognition
|
9 |
- generated_from_span_marker_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pipeline_tag: token-classification
|
11 |
widget:
|
12 |
-
- text:
|
13 |
-
Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic
|
14 |
to Paris.
|
15 |
example_title: Amelia Earhart
|
16 |
-
- text:
|
17 |
-
|
18 |
-
noblewoman Lisa del Giocondo.
|
19 |
example_title: Leonardo da Vinci
|
|
|
20 |
model-index:
|
21 |
- name: SpanMarker w. roberta-large on finegrained, supervised FewNERD by Tom Aarsen
|
22 |
results:
|
@@ -24,8 +31,8 @@ model-index:
|
|
24 |
type: token-classification
|
25 |
name: Named Entity Recognition
|
26 |
dataset:
|
27 |
-
type: DFKI-SLT/few-nerd
|
28 |
name: finegrained, supervised FewNERD
|
|
|
29 |
config: supervised
|
30 |
split: test
|
31 |
revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
|
@@ -39,14 +46,6 @@ model-index:
|
|
39 |
- type: recall
|
40 |
value: 0.707
|
41 |
name: Recall
|
42 |
-
datasets:
|
43 |
-
- DFKI-SLT/few-nerd
|
44 |
-
language:
|
45 |
-
- en
|
46 |
-
metrics:
|
47 |
-
- f1
|
48 |
-
- recall
|
49 |
-
- precision
|
50 |
---
|
51 |
|
52 |
# SpanMarker with roberta-large on FewNERD
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-sa-4.0
|
5 |
library_name: span-marker
|
6 |
tags:
|
|
|
9 |
- ner
|
10 |
- named-entity-recognition
|
11 |
- generated_from_span_marker_trainer
|
12 |
+
datasets:
|
13 |
+
- DFKI-SLT/few-nerd
|
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 |
+
- text: Leonardo di ser Piero da Vinci painted the Mona Lisa based on Italian noblewoman
|
24 |
+
Lisa del Giocondo.
|
|
|
25 |
example_title: Leonardo da Vinci
|
26 |
+
base_model: roberta-large
|
27 |
model-index:
|
28 |
- name: SpanMarker w. roberta-large on finegrained, supervised FewNERD by Tom Aarsen
|
29 |
results:
|
|
|
31 |
type: token-classification
|
32 |
name: Named Entity Recognition
|
33 |
dataset:
|
|
|
34 |
name: finegrained, supervised FewNERD
|
35 |
+
type: DFKI-SLT/few-nerd
|
36 |
config: supervised
|
37 |
split: test
|
38 |
revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
|
|
|
46 |
- type: recall
|
47 |
value: 0.707
|
48 |
name: Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# SpanMarker with roberta-large on FewNERD
|