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

Evaluation module finder is broken

daskol opened this issue · comments

This code snippet does not work.

from evaluate import Metric
class MyMetric(Metric):
    def _info(self): ...