tomaarsen HF staff commited on
Commit
b7999fa
1 Parent(s): cba2bec

Add examples to widget

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: apache-2.0
4
  library_name: span-marker
@@ -8,6 +7,11 @@ tags:
8
  - ner
9
  - named-entity-recognition
10
  pipeline_tag: token-classification
 
 
 
 
 
11
  model-index:
12
  - name: >-
13
  SpanMarker w. bert-base-cased on coarsegrained, supervised FewNERD by Tom
 
 
1
  ---
2
  license: apache-2.0
3
  library_name: span-marker
 
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