tomaarsen HF staff librarian-bot commited on
Commit
5ed7dee
1 Parent(s): 144fdd6

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

Browse files

- Librarian Bot: Add base_model information to model (b0e999794d75eac21058f2812bcd33d949b533a3)


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

Files changed (1) hide show
  1. README.md +41 -39
README.md CHANGED
@@ -1,49 +1,51 @@
1
  ---
 
 
2
  license: apache-2.0
3
  library_name: span-marker
4
  tags:
5
- - span-marker
6
- - token-classification
7
- - ner
8
- - named-entity-recognition
 
 
 
 
 
 
9
  pipeline_tag: token-classification
10
  widget:
11
- - text: "Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic to Paris."
12
- example_title: "Amelia Earhart"
13
- - text: "Leonardo di ser Piero da Vinci painted the Mona Lisa based on Italian noblewoman Lisa del Giocondo."
14
- example_title: "Leonardo da Vinci"
 
 
 
15
  model-index:
16
- - name: >-
17
- SpanMarker w. bert-base-cased on coarsegrained, supervised FewNERD by Tom
18
- Aarsen
19
- results:
20
- - task:
21
- type: token-classification
22
- name: Named Entity Recognition
23
- dataset:
24
- type: DFKI-SLT/few-nerd
25
- name: coarsegrained, supervised FewNERD
26
- config: supervised
27
- split: test
28
- revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
29
- metrics:
30
- - type: f1
31
- value: 0.7081
32
- name: F1
33
- - type: precision
34
- value: 0.7378
35
- name: Precision
36
- - type: recall
37
- value: 0.6808
38
- name: Recall
39
- datasets:
40
- - DFKI-SLT/few-nerd
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:
7
+ - span-marker
8
+ - token-classification
9
+ - ner
10
+ - named-entity-recognition
11
+ datasets:
12
+ - DFKI-SLT/few-nerd
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
+ - text: Leonardo di ser Piero da Vinci painted the Mona Lisa based on Italian noblewoman
23
+ Lisa del Giocondo.
24
+ example_title: Leonardo da Vinci
25
+ base_model: prajjwal1/bert-tiny
26
  model-index:
27
+ - name: SpanMarker w. bert-base-cased on coarsegrained, supervised FewNERD by Tom
28
+ Aarsen
29
+ results:
30
+ - task:
31
+ type: token-classification
32
+ name: Named Entity Recognition
33
+ dataset:
34
+ name: coarsegrained, supervised FewNERD
35
+ type: DFKI-SLT/few-nerd
36
+ config: supervised
37
+ split: test
38
+ revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
39
+ metrics:
40
+ - type: f1
41
+ value: 0.7081
42
+ name: F1
43
+ - type: precision
44
+ value: 0.7378
45
+ name: Precision
46
+ - type: recall
47
+ value: 0.6808
48
+ name: Recall
 
 
 
 
 
 
 
 
 
49
  ---
50
 
51
  # SpanMarker for Named Entity Recognition