!pip install evaluate
import evaluate
metric = evaluate.load("accuracy")
Dataset.from_list by @sanderland in https://github.com/huggingface/datasets/pull/4890Dataset.from_generator by @mariosasko in https://github.com/huggingface/datasets/pull/4957input_colums in Dataset.map if input_columns are specified by @mariosasko in https://github.com/huggingface/datasets/pull/4971fn_kwargs param to IterableDataset.map by @mariosasko in https://github.com/huggingface/datasets/pull/4975language_bcp47 tag by @lhoestq in https://github.com/huggingface/datasets/pull/4753Full Changelog: https://github.com/huggingface/datasets/compare/2.4.0...2.5.0
Fetched April 7, 2026