allenai / scibert

A BERT model for scientific text.
https://arxiv.org/abs/1903.10676
Apache License 2.0
1.47k stars 214 forks source link

pip install -r requirements.txt throwing error #125

Closed arunpatala closed 2 years ago

arunpatala commented 2 years ago

The unauthenticated git protocol on port 9418 is no longer supported.

I changed it to -e git+https://github.com/ibeltagy/allennlp@fp16_and_others#egg=allennlp

but then the finetuning task fails with

ArrayField.empty_field return type None is not a Field

xyd18 commented 2 years ago

https://github.com/allenai/allennlp/issues/5217#issuecomment-846049422

arunpatala commented 2 years ago

Thanks