Commit ·
20b8db7
1
Parent(s): 21fc22c
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
## PharmBERT uncased
|
| 2 |
A domain-specific BERT model for drug labels
|
| 3 |
|
| 4 |
-
Please refer to the PharmBERT
|
|
|
|
|
|
|
|
|
|
| 5 |
https://github.com/TahaAslani/PharmBERT
|
| 6 |
|
| 7 |
## Citation
|
|
@@ -18,5 +21,4 @@ Please cite as:
|
|
| 18 |
url = {https://doi.org/10.1093/bib/bbad226},
|
| 19 |
note = {bbad226},
|
| 20 |
eprint = {https://academic.oup.com/bib/advance-article-pdf/doi/10.1093/bib/bbad226/50603440/bbad226.pdf},
|
| 21 |
-
}
|
| 22 |
-
```
|
|
|
|
| 1 |
## PharmBERT uncased
|
| 2 |
A domain-specific BERT model for drug labels
|
| 3 |
|
| 4 |
+
Please refer to the PharmBERT paper for the model description:
|
| 5 |
+
https://doi.org/10.1093/bib/bbad226
|
| 6 |
+
|
| 7 |
+
For pre-training and fine-tuning codes, please refer to the PharmBERT Github:
|
| 8 |
https://github.com/TahaAslani/PharmBERT
|
| 9 |
|
| 10 |
## Citation
|
|
|
|
| 21 |
url = {https://doi.org/10.1093/bib/bbad226},
|
| 22 |
note = {bbad226},
|
| 23 |
eprint = {https://academic.oup.com/bib/advance-article-pdf/doi/10.1093/bib/bbad226/50603440/bbad226.pdf},
|
| 24 |
+
}
|
|
|