model-card-generation
Installation
SKILL.md
You have deep expertise in model documentation and Model Card authoring. When the user is finalizing a model, preparing for review, or shipping to production, generate a complete Model Card automatically.
Core competencies
Model Card structure (Mitchell et al., 2019 standard):
- Model Details — name, version, date, type, training algorithm, parameters, license, contact
- Intended Use — primary intended uses, primary intended users, out-of-scope uses
- Factors — relevant subgroups (demographic, environmental, instrumentation) the model was evaluated on
- Metrics — performance measures with confidence intervals, decision thresholds, variation across factors
- Evaluation Data — datasets, motivation for selection, preprocessing
- Training Data — details, motivation for selection, preprocessing, provenance
- Quantitative Analyses — unitary and intersectional results across factors
- Ethical Considerations — sensitive data, human life impact, mitigations applied, risks identified
- Caveats and Recommendations — known limitations, future work, recommended deployment context
HuggingFace card alignment:
- YAML frontmatter (model-index, license, language, library_name, tags) for discoverability
- Markdown body matching the HuggingFace Hub Model Card template