tomaarsen HF staff librarian-bot commited on
Commit
26c25af
1 Parent(s): 5977e24

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

Browse files

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


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

Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: cc-by-sa-4.0
3
  library_name: span-marker
4
  tags:
@@ -7,23 +9,30 @@ tags:
7
  - ner
8
  - named-entity-recognition
9
  - generated_from_span_marker_trainer
 
 
 
 
 
 
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
- - text: "Leonardo di ser Piero da Vinci painted the Mona Lisa based on Italian noblewoman Lisa del Giocondo."
15
- example_title: "Leonardo da Vinci"
 
 
 
16
  model-index:
17
- - name: >-
18
- SpanMarker w. bert-base-cased on finegrained, supervised FewNERD by Tom
19
- Aarsen
20
  results:
21
  - task:
22
  type: token-classification
23
  name: Named Entity Recognition
24
  dataset:
25
- type: DFKI-SLT/few-nerd
26
  name: finegrained, supervised FewNERD
 
27
  config: supervised
28
  split: test
29
  revision: 2e3e727c63604fbfa2ff4cc5055359c84fe5ef2c
@@ -37,14 +46,6 @@ model-index:
37
  - type: recall
38
  value: 0.7005
39
  name: Recall
40
- datasets:
41
- - DFKI-SLT/few-nerd
42
- language:
43
- - en
44
- metrics:
45
- - f1
46
- - recall
47
- - precision
48
  ---
49
 
50
  # SpanMarker with bert-base-cased on FewNERD
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-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: bert-base-cased
27
  model-index:
28
+ - name: SpanMarker w. bert-base-cased on finegrained, supervised FewNERD by Tom Aarsen
 
 
29
  results:
30
  - task:
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.7005
48
  name: Recall
 
 
 
 
 
 
 
 
49
  ---
50
 
51
  # SpanMarker with bert-base-cased on FewNERD