tomaarsen HF staff librarian-bot commited on
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>

Files changed (1) hide show
  1. README.md +36 -35
README.md CHANGED
@@ -1,45 +1,46 @@
1
-
2
  ---
 
 
3
  license: apache-2.0
4
  library_name: span-marker
5
  tags:
6
- - span-marker
7
- - token-classification
8
- - ner
9
- - named-entity-recognition
 
 
 
 
 
 
10
  pipeline_tag: token-classification
11
  widget:
12
- - text: "Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris."
13
- example_title: "Amelia Earhart"
 
 
14
  model-index:
15
- - name: SpanMarker w. bert-tiny on CoNLL03 by Tom Aarsen
16
- results:
17
- - task:
18
- type: token-classification
19
- name: Named Entity Recognition
20
- dataset:
21
- type: conll2003
22
- name: CoNLL03
23
- split: test
24
- revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
25
- metrics:
26
- - type: f1
27
- value: 0.8093994778067886
28
- name: F1
29
- - type: precision
30
- value: 0.8546048601184398
31
- name: Precision
32
- - type: recall
33
- value: 0.7687362233651727
34
- name: Recall
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