Danasone Ru Errant

Compute danasone/ru_errant via the HuggingFace `evaluate` library. Use when the user has predictions + references and wants the canonical implementation of danasone/ru_errant.

qhjqhj00 2b5c45a 822 B Updated 3 repo stars

File contents

danasone-ru-errant

Metric danasone/ru_errant from the HuggingFace evaluate library.

When to invoke

User asks to compute danasone/ru_errant or wants HF evaluate's canonical version.

Recipe

import evaluate
metric = evaluate.load("danasone/ru_errant")
result = metric.compute(predictions=preds, references=refs)
print(result)

Don'ts

  • Don't assume your in-house danasone/ru_errant matches HF — version conventions vary.
  • Many evaluate metrics have task-specific arguments (average=, lang=, model_type=); read the metric card before reporting numbers.

qhjqhj00/research-skills-pool/tree/main/skill-factory/output/danasone-ru-errant commit 2b5c45af58

Frequently asked questions

npx skillmds add qhjqhj00/danasone-ru-errant