When will the model be available with transformers?
#5
by
shash42
- opened
Any estimated timeline?
Hey @shash42 , it should be available with the new version of transformers. For now, update transformers using
pip install --upgrade git+https://github.com/huggingface/transformers.git
A bit more detail: we have merged our implementation into the transformers library, so it should be available when the library releases a new version. In the interim you can install from main as shared by @amanrangapur