Ihor
/

Token Classification
GLiNER
PyTorch
English
NER
GLiNER
information extraction
encoder
entity recognition
biomed
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -4,8 +4,8 @@ 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
@@ -21,7 +21,7 @@ metrics:
21
  ---
22
  # GLiNER-BioMed
23
 
24
- 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).
25
 
26
  The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
27
 
@@ -119,13 +119,13 @@ If you use GLiNER-biomed models in your work, please cite:
119
 
120
  ```bibtex
121
  @misc{yazdani2025glinerbiomedsuiteefficientmodels,
122
- title={GLiNER-biomed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition},
123
  author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
124
  year={2025},
125
  eprint={2504.00676},
126
  archivePrefix={arXiv},
127
  primaryClass={cs.CL},
128
- url={https://arxiv.org/abs/2504.00676},
129
  }
130
  ```
131
 
 
4
  - en
5
  library_name: gliner
6
  datasets:
7
+ - anthonyyazdaniml/gliner-biomed-pre-training
8
+ - anthonyyazdaniml/gliner-biomed-post-training
9
  pipeline_tag: token-classification
10
  tags:
11
  - NER
 
21
  ---
22
  # GLiNER-BioMed
23
 
24
+ The model was presented in the paper [GLiNER-BioMed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition](https://arxiv.org/abs/2504.00676).
25
 
26
  The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
27
 
 
119
 
120
  ```bibtex
121
  @misc{yazdani2025glinerbiomedsuiteefficientmodels,
122
+ title={GLiNER-BioMed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition},
123
  author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
124
  year={2025},
125
  eprint={2504.00676},
126
  archivePrefix={arXiv},
127
  primaryClass={cs.CL},
128
+ url={https://arxiv.org/abs/2504.00676},
129
  }
130
  ```
131