File size: 875 Bytes
9d863ed
 
 
20b8db7
 
 
 
9d863ed
 
 
 
 
 
21fc22c
 
 
 
 
 
 
 
 
 
20b8db7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## PharmBERT uncased
A domain-specific BERT model for drug labels

Please refer to the PharmBERT paper for the model description:
https://doi.org/10.1093/bib/bbad226

For pre-training and fine-tuning codes, please refer to the PharmBERT Github:
https://github.com/TahaAslani/PharmBERT

## Citation
Please cite as:
```
@article{PharmBERT,
    author = {ValizadehAslani, Taha and Shi, Yiwen and Ren, Ping and Wang, Jing and Zhang, Yi and Hu, Meng and Zhao, Liang and Liang, Hualou},
    title = "{PharmBERT: a domain-specific BERT model for drug labels}",
    journal = {Briefings in Bioinformatics},
    year = {2023},
    month = {06},
    issn = {1477-4054},
    doi = {10.1093/bib/bbad226},
    url = {https://doi.org/10.1093/bib/bbad226},
    note = {bbad226},
    eprint = {https://academic.oup.com/bib/advance-article-pdf/doi/10.1093/bib/bbad226/50603440/bbad226.pdf},
}