Compute omidf/squad_precision_recall via the HuggingFace `evaluate` library. Use when the user has predictions + references and wants the canonical implementation of omidf/squad_precision_recall.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add qhjqhj00/research-skills-pool --skill omidf-squad-precision-recall --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Omidf Squad Precision Recall?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/qhjqhj00-omidf-squad-precision-recall)More formats (shields.io, HTML) on the badges page.
---
name: omidf-squad-precision-recall
description: Compute omidf/squad_precision_recall via the HuggingFace `evaluate` library. Use when the user has predictions + references and wants the canonical implementation of omidf/squad_precision_recall.
metadata:
skill_kind: metric
source_lib: huggingface-evaluate
hf_module: omidf/squad_precision_recall
source: library_introspection
---
# omidf-squad-precision-recall
> Metric `omidf/squad_precision_recall` from the HuggingFace `evaluate` library.
## When to invoke
User asks to compute `omidf/squad_precision_recall` or wants HF evaluate's canonical version.
## Recipe
```python
import evaluate
metric = evaluate.load("omidf/squad_precision_recall")
result = metric.compute(predictions=preds, references=refs)
print(result)
```
## Don'ts
- Don't assume your in-house `omidf/squad_precision_recall` matches HF — version conventions vary.
- Many evaluate metrics have task-specific arguments (`average=`, `lang=`, `model_type=`); read the metric card before reporting numbers.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!