tomaarsen HF staff librarian-bot commited on
Commit
5708a54
1 Parent(s): 3b0b9ae

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (24aa824fef2d3946201c5454770da9bf01de63b5)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +32 -34
README.md CHANGED
@@ -1,5 +1,6 @@
1
-
2
  ---
 
 
3
  license: apache-2.0
4
  library_name: span-marker
5
  tags:
@@ -7,42 +8,39 @@ 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 by Tom Aarsen
19
- results:
20
- - task:
21
- type: token-classification
22
- name: Named Entity Recognition
23
- dataset:
24
- type: conll2003
25
- name: CoNLL03
26
- split: test
27
- revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
28
- metrics:
29
- - type: f1
30
- value: 0.9307
31
- name: F1
32
- - type: precision
33
- value: 0.9264
34
- name: Precision
35
- - type: recall
36
- value: 0.9350
37
- name: Recall
38
- datasets:
39
- - conll2003
40
- language:
41
- - en
42
- metrics:
43
- - f1
44
- - recall
45
- - precision
46
  ---
47
 
48
  # 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
+ 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: xlm-roberta-large
23
  model-index:
24
+ - name: SpanMarker w. xlm-roberta-large 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.9307
37
+ name: F1
38
+ - type: precision
39
+ value: 0.9264
40
+ name: Precision
41
+ - type: recall
42
+ value: 0.935
43
+ name: Recall
 
 
 
 
 
 
 
 
 
44
  ---
45
 
46
  # SpanMarker for Named Entity Recognition