Update README.md (#1)
Browse files- Update README.md (fdc2a4fc7e2a75f6120f4c039c76fede7ef75bbd)
Co-authored-by: Anthony Yazdani <[email protected]>
README.md
CHANGED
|
@@ -4,8 +4,8 @@ language:
|
|
| 4 |
- en
|
| 5 |
library_name: gliner
|
| 6 |
datasets:
|
| 7 |
-
-
|
| 8 |
-
-
|
| 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-
|
| 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-
|
| 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 |
|