huggingface / huggingface/evaluate
`rouge` is not available
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I am using `rouge` like
```py
import evaluate
evaluate.load("rouge")
```
And it reports errors like
```
FileNotFoundError: Couldn't find a module script at .../rouge/rouge.py. Module 'rouge' doesn't exist on the Hugging Face Hub either.
```
I noticed that there is a runtime error on the [huggingface space](https://huggingface.co/spaces/evaluate-metric/rouge), maybe something requires fixing? 🤗

Contributor guide
Assessment
This issue has not been assessed yet.