Update README.md
#2
by
anthonyyazdaniml
- opened
README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
base_model:
|
3 |
- microsoft/deberta-v3-base
|
4 |
datasets:
|
5 |
-
-
|
6 |
-
-
|
7 |
language:
|
8 |
- en
|
9 |
library_name: gliner
|
@@ -22,7 +22,7 @@ tags:
|
|
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 |
|
@@ -123,13 +123,13 @@ If you use GLiNER-biomed models in your work, please cite:
|
|
123 |
|
124 |
```bibtex
|
125 |
@misc{yazdani2025glinerbiomedsuiteefficientmodels,
|
126 |
-
title={GLiNER-
|
127 |
author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
|
128 |
year={2025},
|
129 |
eprint={2504.00676},
|
130 |
archivePrefix={arXiv},
|
131 |
primaryClass={cs.CL},
|
132 |
-
url={https://arxiv.org/abs/2504.00676},
|
133 |
}
|
134 |
```
|
135 |
|
|
|
2 |
base_model:
|
3 |
- microsoft/deberta-v3-base
|
4 |
datasets:
|
5 |
+
- anthonyyazdaniml/gliner-biomed-pre-training
|
6 |
+
- anthonyyazdaniml/gliner-biomed-post-training
|
7 |
language:
|
8 |
- en
|
9 |
library_name: gliner
|
|
|
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://arxiv.org/abs/2504.00676).
|
26 |
|
27 |
The code is available at [https://github.com/ds4dh/GLiNER-biomed](https://github.com/ds4dh/GLiNER-biomed).
|
28 |
|
|
|
123 |
|
124 |
```bibtex
|
125 |
@misc{yazdani2025glinerbiomedsuiteefficientmodels,
|
126 |
+
title={GLiNER-BioMed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition},
|
127 |
author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
|
128 |
year={2025},
|
129 |
eprint={2504.00676},
|
130 |
archivePrefix={arXiv},
|
131 |
primaryClass={cs.CL},
|
132 |
+
url={https://arxiv.org/abs/2504.00676},
|
133 |
}
|
134 |
```
|
135 |
|