Token Classification
GLiNER
PyTorch
multilingual
NER
GLiNER
information extraction
encoder
entity recognition
Ihor commited on
Commit
17e6992
·
verified ·
1 Parent(s): 12ca8d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -5,9 +5,16 @@ language:
5
  library_name: gliner
6
  datasets:
7
  - urchade/pile-mistral-v0.1
 
 
8
  pipeline_tag: token-classification
 
 
 
 
 
 
9
  ---
10
-
11
  # About
12
 
13
  GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoders (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.
 
5
  library_name: gliner
6
  datasets:
7
  - urchade/pile-mistral-v0.1
8
+ - numind/NuNER
9
+ - knowledgator/GLINER-multi-task-synthetic-data
10
  pipeline_tag: token-classification
11
+ tags:
12
+ - NER
13
+ - GLiNER
14
+ - information extraction
15
+ - encoder
16
+ - entity recognition
17
  ---
 
18
  # About
19
 
20
  GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoders (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.