huggingface / huggingface/evaluate
Evaluation module finder is broken
Open
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 341
- PR merge metrics
- No merged PRs in 30d
Description
This code snippet does not work.
```python
from evaluate import Metric
class MyMetric(Metric):
def _info(self): ...
```
Contributor guide
Assessment
This issue has not been assessed yet.