manu commited on
Commit
67f58fe
1 Parent(s): 0c46f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def ner(text, labels: str, nested_ner: bool) -> Dict[str, Union[str, int, float]
96
  with gr.Blocks(title="GLiNER-base") as demo:
97
  gr.Markdown(
98
  """
99
- # GLiNER-base
100
 
101
  GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoder (BERT-like). It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that, despite their flexibility, are costly and large for resource-constrained scenarios.
102
 
 
96
  with gr.Blocks(title="GLiNER-base") as demo:
97
  gr.Markdown(
98
  """
99
+ # GLiNER-Multi
100
 
101
  GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoder (BERT-like). It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that, despite their flexibility, are costly and large for resource-constrained scenarios.
102