re-define the function of init_model in metric
Closed this issue · 0 comments
faneshion commented
Maybe we should remove the initialization of model out of the Metric class. As is in the follows:
def init_model(self, model):
self.llm = model
@Wenshansilvia How do you feel about it?