EmilyAlsentzer / clinicalBERT

repository for Publicly Available Clinical BERT Embeddings
MIT License
658 stars 134 forks source link

Need python packages in run_ner.py #9

Closed betterzhou closed 4 years ago

betterzhou commented 4 years ago

Dear @EmilyAlsentzer Your clinicalBERT is a great work and I want to reimplement it. The run_ner.py requires python packages, such as 'modeling', 'optimization', and 'tokenization'. Can you share the packages ? Thank you

EmilyAlsentzer commented 4 years ago

All of those packages come from the original BERT repo: https://github.com/google-research/bert. Since we adapted this code from the kyzhouhzau/BERT-NER repo, this code is in tensorflow. Hope this helps!