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

Create initial version of setup.py #86

Closed jankrepl closed 4 years ago

jankrepl commented 4 years ago

Goal

Make this repository installable

pip install git+https://github.com/allenai/scibert.git

Closes #83

Important notes

ibeltagy commented 4 years ago

As you said, the upgrade to AllenNLP v1.x.x is not straightforward. We might give it a try later.