Closed su-park closed 4 months ago
Hi @su-park,
we used instruct models because the evaluation is done using instructions, hence, instruction models are better suited for the task than the pretrained models of the same model family. We have not yet experimented with using pretrained_model
and instruct_model
of the same model.
Hello. I have one more question.
When building models, You primarily have used
instruct models
, but is it also possible to usepretrained models
? Is there a performance difference when building withpretrained_model
andinstruct_model
of the same model or any special reasons to preferinstruct_model
?