About Anaconda Help Download Anaconda

HuggingFace community-driven open-source library of evaluation

Installers

  • linux-64 v0.4.0
  • linux-aarch64 v0.4.0
  • osx-64 v0.4.0
  • osx-arm64 v0.4.0
  • win-64 v0.4.0
  • linux-ppc64le v0.4.0

conda install

To install this package run one of the following:
conda install main::evaluate

Description

Evaluate is a library that makes evaluating and comparing models and reporting their performance easier and more standardized.

It currently contains:

  • implementations of dozens of popular metrics: the existing metrics cover a variety of tasks spanning from NLP to Computer Vision, and include dataset-specific metrics for datasets. With a simple command like accuracy = load("accuracy"), get any of these metrics ready to use for evaluating a ML model in any framework (Numpy/Pandas/PyTorch/TensorFlow/JAX).
  • comparisons and measurements: comparisons are used to measure the difference between models and measurements are tools to evaluate datasets.
  • an easy way of adding new evaluation modules to the 🤗 Hub: you can create new evaluation modules and push them to a dedicated Space in the 🤗 Hub with evaluate-cli create [metric name], which allows you to see easily compare different metrics and their outputs for the same sets of references and predictions.

© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy