tomaarsen HF staff librarian-bot commited on
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) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +34 -35
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
- - text: >-
13
- Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic
14
- to Paris.
15
- example_title: Amelia Earhart
16
  model-index:
17
- - name: >-
18
- SpanMarker w. xlm-roberta-large on CoNLL03 with document-level context by Tom Aarsen
19
- results:
20
- - task:
21
- type: token-classification
22
- name: Named Entity Recognition
23
- dataset:
24
- type: conll2003
25
- name: CoNLL03 w. document context
26
- split: test
27
- revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
28
- metrics:
29
- - type: f1
30
- value: 0.9442
31
- name: F1
32
- - type: precision
33
- value: 0.9411
34
- name: Precision
35
- - type: recall
36
- value: 0.9473
37
- name: Recall
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