huggingface / evaluate

🤗 Evaluate: A library for easily evaluating machine learning models and datasets.

Home Page:https://huggingface.co/docs/evaluate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: To be able to use evaluate-metric/rouge, you need to install the following dependencies['nltk'] using 'pip install # Here to have a nice missing dependency error message early on' for instance'

shuxiaobo opened this issue · comments

Hi everyone, I encount this error when the code init the
rouge = evaluate.load('rouge')
image
But the pip have install the nltk
image

Is it a bug or ??

commented

Did you try pip install rouge-score ?
See this issue