Closed CiaoHe closed 1 year ago
https://github.com/shmsw25/FActScore/blob/03ff67253028337a7d26a33515aa647d98c7898b/factscore/factscorer.py#L118
should be type(topics)==type(generations)==str:
type(topics)==type(generations)==str:
Thank you for catching this! Fixed now!
https://github.com/shmsw25/FActScore/blob/03ff67253028337a7d26a33515aa647d98c7898b/factscore/factscorer.py#L118
should be
type(topics)==type(generations)==str: