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
I'm sorry if this question is kind of basic, but I do not know how to install bart_score into Jupyter Notebook. I have seen there is a bart_score.pth file but I do not know if that is related with importing the library
from bart_score import BARTScorer
Any help would be so much appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered:
bart_score.pth is not related with importing the library. It is just our trained model. If you don't specify the checkpoint to be bart_score.pth, the default setting will download the facebook/bart-large-cnn model as the scorer.
Hi,
I'm sorry if this question is kind of basic, but I do not know how to install bart_score into Jupyter Notebook. I have seen there is a bart_score.pth file but I do not know if that is related with importing the library
from bart_score import BARTScorer
Any help would be so much appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: