model details
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### [Domain Sensitive Fine-tuning](https://github.com/mykelismyname/MSLM):
|
| 2 |
+
|
| 3 |
+
Model is built by training BERT on a biomedical dataset BC2GM using an approach that learns mask specific losses.
|
| 4 |
+
More details in paper below,
|
| 5 |
+
|
| 6 |
+
#### Citation
|
| 7 |
+
```
|
| 8 |
+
@article{abaho2024improving,
|
| 9 |
+
title={Improving Pre-trained Language Model Sensitivity via Mask Specific losses: A case study on Biomedical NER},
|
| 10 |
+
author={Abaho, Micheal and Bollegala, Danushka and Leeming, Gary and Joyce, Dan and Buchan, Iain E},
|
| 11 |
+
journal={arXiv preprint arXiv:2403.18025},
|
| 12 |
+
year={2024}
|
| 13 |
+
}
|