@zhangir-azerbayev Currently in the demo, when we import the evaluation module, it would prompt "downloading embedding, this could take a while".
This download is repeated everytime we import the evaluation module, which is not really reasonable. I suspect that it is the ROUGE-we score, but needs to be confirmed
Another problem with evaluation is that the package name eval is in conflict with python keywords, so we should move everything to evaluation and update other references accordingly.
@zhangir-azerbayev Currently in the demo, when we import the evaluation module, it would prompt "downloading embedding, this could take a while".
This download is repeated everytime we import the evaluation module, which is not really reasonable. I suspect that it is the ROUGE-we score, but needs to be confirmed
Another problem with evaluation is that the package name
eval
is in conflict with python keywords, so we should move everything toevaluation
and update other references accordingly.