Closed danieldeutsch closed 3 years ago
Hi,
I tried running your metric with the weighter, but there was a runtime error that the self.load_model function doesn't exist. Should it be self.generic_load_model instead?
self.load_model
self.generic_load_model
https://github.com/recitalAI/QuestEval/blob/0e34be5d84c3329a012d6e31ffbec292d1f16573/questeval/questeval_metric.py#L173-L176
Thanks!
Hey Daniel, thank you for catching this! It should be fine now and the model available as well.
Hi,
I tried running your metric with the weighter, but there was a runtime error that the
self.load_model
function doesn't exist. Should it beself.generic_load_model
instead?https://github.com/recitalAI/QuestEval/blob/0e34be5d84c3329a012d6e31ffbec292d1f16573/questeval/questeval_metric.py#L173-L176
Thanks!