tencent-ailab / Lodoss

Apache License 2.0
34 stars 5 forks source link

Rouge #3

Open Hanlian1 opened 1 year ago

Hanlian1 commented 1 year ago

Thanks for your outstanding work! When I was training your model, there was a rouge problem. The specific error is shown in the image below. How should I go about solving this issue? 图片

sangwoo3 commented 1 year ago

https://huggingface.co/docs/evaluate/v0.4.0/en/package_reference/loading_methods#evaluate.load You can modify this line as follows. evaluate.load("rouge") or assign your huggingface evaluate metric directory if you downloaded the rouge metric file.

Hanlian1 commented 1 year ago

https://huggingface.co/docs/evaluate/v0.4.0/en/package_reference/loading_methods#evaluate.load You can modify this line as follows. evaluate.load("rouge") or assign your huggingface evaluate metric directory if you downloaded the rouge metric file.

Thank you very much for your quick reply! I also want to know how long does it take to train the model?