Update README.md
#1
by
anthonyyazdaniml
- opened
README.md
CHANGED
@@ -4,8 +4,9 @@ language:
|
|
4 |
- en
|
5 |
library_name: gliner
|
6 |
datasets:
|
7 |
-
-
|
8 |
-
-
|
|
|
9 |
pipeline_tag: token-classification
|
10 |
tags:
|
11 |
- NER
|
@@ -22,7 +23,7 @@ metrics:
|
|
22 |
---
|
23 |
# GLiNER-BioMed
|
24 |
|
25 |
-
The model was presented in the paper [GLiNER-
|
26 |
|
27 |
The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
|
28 |
|
@@ -131,13 +132,13 @@ If you use GLiNER-biomed models in your work, please cite:
|
|
131 |
|
132 |
```bibtex
|
133 |
@misc{yazdani2025glinerbiomedsuiteefficientmodels,
|
134 |
-
title={GLiNER-
|
135 |
author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
|
136 |
year={2025},
|
137 |
eprint={2504.00676},
|
138 |
archivePrefix={arXiv},
|
139 |
primaryClass={cs.CL},
|
140 |
-
url={https://arxiv.org/abs/2504.00676},
|
141 |
}
|
142 |
```
|
143 |
|
|
|
4 |
- en
|
5 |
library_name: gliner
|
6 |
datasets:
|
7 |
+
- numind/NuNER
|
8 |
+
- anthonyyazdaniml/gliner-biomed-pre-training
|
9 |
+
- anthonyyazdaniml/gliner-biomed-post-training
|
10 |
pipeline_tag: token-classification
|
11 |
tags:
|
12 |
- NER
|
|
|
23 |
---
|
24 |
# GLiNER-BioMed
|
25 |
|
26 |
+
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).
|
27 |
|
28 |
The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
|
29 |
|
|
|
132 |
|
133 |
```bibtex
|
134 |
@misc{yazdani2025glinerbiomedsuiteefficientmodels,
|
135 |
+
title={GLiNER-BioMed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition},
|
136 |
author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
|
137 |
year={2025},
|
138 |
eprint={2504.00676},
|
139 |
archivePrefix={arXiv},
|
140 |
primaryClass={cs.CL},
|
141 |
+
url={https://arxiv.org/abs/2504.00676},
|
142 |
}
|
143 |
```
|
144 |
|