You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some optional dependencies listed in our setup.py that have grown a little stale.
The setup.py files are no longer a complete list of dependencies for a development environment (that has moved to our requirements.txt), there are also a lot of dependencies here specific to our BERT pretraining example only.
We might want to pare this list down to just the optional dependencies for the install package itself--which is just setencepiece and rogue-score.
The text was updated successfully, but these errors were encountered:
We have some optional dependencies listed in our setup.py that have grown a little stale.
The setup.py files are no longer a complete list of dependencies for a development environment (that has moved to our requirements.txt), there are also a lot of dependencies here specific to our BERT pretraining example only.
We might want to pare this list down to just the optional dependencies for the install package itself--which is just setencepiece and rogue-score.
hey @mattdangerw this issue is open for contributors ?
I will be opening up some more issues early next week, in particular for replicating the changes in #653 for other encoder models. I could assign one of those to you if you are on the hunt for more issues!
I will be opening up some more issues early next week, in particular for replicating the changes in #653 for other encoder models. I could assign one of those to you if you are on the hunt for more issues!
We have some optional dependencies listed in our setup.py that have grown a little stale.
The setup.py files are no longer a complete list of dependencies for a development environment (that has moved to our requirements.txt), there are also a lot of dependencies here specific to our BERT pretraining example only.
We might want to pare this list down to just the optional dependencies for the install package itself--which is just
setencepiece
androgue-score
.The text was updated successfully, but these errors were encountered: