huggingface / huggingface/evaluate
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'
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
Hi everyone, I encount this error when the code init the
```rouge = evaluate.load('rouge')```

But the pip have install the nltk

Is it a bug or ??
Contributor guide
Assessment
This issue has not been assessed yet.