Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def ner(
|
|
111 |
with gr.Blocks(title="GLiNER-M-v2.1") as demo:
|
112 |
gr.Markdown(
|
113 |
"""
|
114 |
-
# GLiNER-
|
115 |
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.
|
116 |
## Links
|
117 |
* Model: https://huggingface.co/vumichien/ner-jp-gliner
|
|
|
111 |
with gr.Blocks(title="GLiNER-M-v2.1") as demo:
|
112 |
gr.Markdown(
|
113 |
"""
|
114 |
+
# GLiNER-Japanese
|
115 |
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.
|
116 |
## Links
|
117 |
* Model: https://huggingface.co/vumichien/ner-jp-gliner
|