Ihor
/

Token Classification
GLiNER
PyTorch
English
NER
GLiNER
information extraction
encoder
entity recognition
biomed

Improve model card with Github repository link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- library_name: gliner
6
  datasets:
7
  - knowledgator/GLINER-multi-task-synthetic-data
8
  - knowledgator/biomed_NER
 
 
 
 
 
 
9
  pipeline_tag: token-classification
10
  tags:
11
  - NER
@@ -14,13 +18,14 @@ tags:
14
  - encoder
15
  - entity recognition
16
  - biomed
17
- base_model:
18
- - microsoft/deberta-v3-small
19
- metrics:
20
- - f1
21
  ---
 
22
  # GLiNER-BioMed
23
 
 
 
 
 
24
  **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.
25
 
26
 
@@ -107,7 +112,7 @@ We examined our models on 8 complex real-world datasets and compared them with o
107
 
108
  ### Join Our Discord
109
 
110
- Connect with our community on Discord for news, support, and discussion about our models. Join [Discord](https://discord.gg/dkyeAgs9DG).
111
 
112
  ## Citation
113
 
 
1
  ---
2
+ base_model:
3
+ - microsoft/deberta-v3-small
 
 
4
  datasets:
5
  - knowledgator/GLINER-multi-task-synthetic-data
6
  - knowledgator/biomed_NER
7
+ language:
8
+ - en
9
+ library_name: gliner
10
+ license: apache-2.0
11
+ metrics:
12
+ - f1
13
  pipeline_tag: token-classification
14
  tags:
15
  - NER
 
18
  - encoder
19
  - entity recognition
20
  - biomed
 
 
 
 
21
  ---
22
+
23
  # GLiNER-BioMed
24
 
25
+ The model was presented in the paper [GLiNER-biomed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition](https://huggingface.co/papers/2504.00676).
26
+
27
+ The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
28
+
29
  **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.
30
 
31
 
 
112
 
113
  ### Join Our Discord
114
 
115
+ Connect with our community on Discord for news, support, and discussion about our models. Join [https://discord.gg/dkyeAgs9DG](https://discord.gg/dkyeAgs9DG).
116
 
117
  ## Citation
118