BARTScore
BARTScore copied to clipboard
PyPi?
Hello
I was wondering whether you were planning to make the library pip installable. That would make further integration a lot easier. Inspiration may be taken from BERTScore's implementation.
Thanks
Thanks for your attention, will have it later..
Any update on making this installable via pip? Would love to use this!
@yyy-Apple @pfliu-nlp What about even just adding a setup.py
so it can be installed with pip
from git
like: pip install git+https://github.com/neulab/BARTScore.git
. This would be really helpful so people could specify BARTSscore as a dependency!
Also an integration with huggingface (or similar) could be beneficial to make different model check points easily manageable.
any updates? I believe this repo should have a PyPi installable. Or be added to hf metrics as the fellows mentioned above. Any plans?