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
However, this gives me the following warning, which concerns me a bit:
Some weights of RobertaModel were not initialized from the model checkpoint at roberta-base and are newly initialized: ['roberta.pooler.dense.bias', 'roberta.pooler.dense.weight']
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
Is this expected? Will the evaluation be correct? I am assuming that these are not required because different heads are used, but woudl like to make sure.
The text was updated successfully, but these errors were encountered:
I have downloaded the AlignScore-base.ckpt and am initialzing
AlignScore
like so:However, this gives me the following warning, which concerns me a bit:
Is this expected? Will the evaluation be correct? I am assuming that these are not required because different heads are used, but woudl like to make sure.
The text was updated successfully, but these errors were encountered: