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.
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.