Update README.md (#2)
Browse files- Update README.md (f40c9d40818c9e214fcaa428572eb1c4277cad9c)
Co-authored-by: Anthony Yazdani <[email protected]>
README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
| 2 |
base_model:
|
| 3 |
- microsoft/deberta-v3-small
|
| 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 |
|
|
@@ -121,13 +121,13 @@ If you use GLiNER-biomed models in your work, please cite:
|
|
| 121 |
|
| 122 |
```bibtex
|
| 123 |
@misc{yazdani2025glinerbiomedsuiteefficientmodels,
|
| 124 |
-
title={GLiNER-
|
| 125 |
author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
|
| 126 |
year={2025},
|
| 127 |
eprint={2504.00676},
|
| 128 |
archivePrefix={arXiv},
|
| 129 |
primaryClass={cs.CL},
|
| 130 |
-
url={https://arxiv.org/abs/2504.00676},
|
| 131 |
}
|
| 132 |
```
|
| 133 |
|
|
|
|
| 2 |
base_model:
|
| 3 |
- microsoft/deberta-v3-small
|
| 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 |
|
|
|
|
| 121 |
|
| 122 |
```bibtex
|
| 123 |
@misc{yazdani2025glinerbiomedsuiteefficientmodels,
|
| 124 |
+
title={GLiNER-BioMed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition},
|
| 125 |
author={Anthony Yazdani and Ihor Stepanov and Douglas Teodoro},
|
| 126 |
year={2025},
|
| 127 |
eprint={2504.00676},
|
| 128 |
archivePrefix={arXiv},
|
| 129 |
primaryClass={cs.CL},
|
| 130 |
+
url={https://arxiv.org/abs/2504.00676},
|
| 131 |
}
|
| 132 |
```
|
| 133 |
|