ganeshkamath89 commited on
Commit
fc788b6
1 Parent(s): 1fb95f7

mentioned the exact finetuned model used for NER

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def generate_story(story):
7
 
8
  demo = gr.Interface (
9
  fn=generate_story,
10
- description="Named Entity Recognition Demo with BERT",
11
  examples=[
12
  ["England won the 2019 world cup vs The 2019 world cup happened in England."],
13
  ["Washington is the capital of the US vs The first president of the US was Washington."],
 
7
 
8
  demo = gr.Interface (
9
  fn=generate_story,
10
+ description="Named Entity Recognition Demo with BERT (dbmdz/bert-large-cased-finetuned-conll03-english)",
11
  examples=[
12
  ["England won the 2019 world cup vs The 2019 world cup happened in England."],
13
  ["Washington is the capital of the US vs The first president of the US was Washington."],