shrimai / Focused-Attention-Improves-Document-Grounded-Generation

MIT License
21 stars 4 forks source link

requirements for transformers link in readme gives 404 error #4

Closed shankyemcee closed 3 years ago

shankyemcee commented 3 years ago

The link to the requirements on the readme is broken. Please fix, and provide the complete list of requirements.

shrimai commented 3 years ago

You need to basically install transformers version 3.1.0. No additional requirements for this code.

shankyemcee commented 3 years ago

It also asked me to install nltk and torch...I think it will help users if a list of requirements are included. Thanks for the response.