ShomyLiu / pytorch_bert_elmo_example

A text classification example with Bert/ELMo/GloVe in pytorch
http://shomy.top/2019/01/01/elmo-1/
90 stars 13 forks source link

[hacktoberfest-accepted]: Added support for missing files #8

Open bhaskar24 opened 3 years ago

ShomyLiu commented 3 years ago

Hi, thanks a lot for your contribution! In fact, the elmo/bert/glove weight file could be found in data/readme.md, the link has been provided for download.

Your PR has given an alternative method to download different ELMo weights, it's a nice feature for easy usage. So, would you mind involving the Bert download script in you PR in addition to ELMo.