Commit
·
9d863ed
1
Parent(s):
ed3f560
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Please refer to the PharmBERT GitHub for the model description:
|
| 2 |
-
https://github.com/TahaAslani/PharmBERT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## PharmBERT uncased
|
| 2 |
+
A domain-specific BERT model for drug labels
|
| 3 |
+
|
| 4 |
Please refer to the PharmBERT GitHub for the model description:
|
| 5 |
+
https://github.com/TahaAslani/PharmBERT
|
| 6 |
+
|
| 7 |
+
## Citation
|
| 8 |
+
Please cite as:
|
| 9 |
+
```
|
| 10 |
+
@article{PharmBERT,
|
| 11 |
+
title={PharmBERT: a domain-specific BERT model for drug labels},
|
| 12 |
+
author={ValizadehAslani, Taha and Shi, Yiwen and Ren, Ping and Wang, Jing and Zhang, Yi and Hu, Meng and Zhao, Liang and Liang, Hualou},
|
| 13 |
+
journal={Briefings in Bioinformatics},
|
| 14 |
+
year={2023},
|
| 15 |
+
publisher={Oxford University Press}
|
| 16 |
+
}
|
| 17 |
+
```
|