Josh98 Nl2bash M

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

qhjqhj00 7184a53 806 B Updated 3 repo stars

File contents

josh98-nl2bash-m

Metric Josh98/nl2bash_m from the HuggingFace evaluate library.

When to invoke

User asks to compute Josh98/nl2bash_m or wants HF evaluate's canonical version.

Recipe

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

Don'ts

  • Don't assume your in-house Josh98/nl2bash_m 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/josh98-nl2bash-m commit 7184a5352f

Frequently asked questions

npx skillmds add qhjqhj00/josh98-nl2bash-m