gomate-community/rageval

re-define the function of init_model in metric

Closed this issue · 0 comments

def init_model(self):

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?