roamanalytics / roamresearch

Apache License 2.0
195 stars 54 forks source link

Error with weights files hdf5 when trying reproduce Feature4Healthcare #10

Open MLDianaCabrera opened 4 years ago

MLDianaCabrera commented 4 years ago

Hi,

I can't download the weigths files well through this link https://s3-us-west-2.amazonaws.com/allennlp/, when files downloaded with name and extension (hdf5) like elmo_2x4096_512_2048cnn_2xhighway_weights.hdf5 and I reproduce this experiment based on Effective Feature Representation for Clinical Text Concept Extraction article, it's generate an error about corrupt weight file, due to it's downloaded corrupt because can't all permissions.

Please help me to solve about this error public denied and please give me an public access to weights files or send me a personal gmail (dianacabrera0720@gmail.com) with this file. I desire to reproduce it!

Thanks!

cgpotts commented 4 years ago

The file is an allennlp file, not one we control. You might have to make some changes to our code to get it to work in light of changes that AllenNLP made to their package and file storage.