model-card-generator

Solid

Model documentation skill for generating model cards following Google's model card framework.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# model-card-generator ## Overview Model documentation skill for generating comprehensive model cards following Google's model card framework for ML model documentation. ## Capabilities - Model details documentation (architecture, training, etc.) - Intended use specification - Performance metrics documentation - Ethical considerations section - Caveats and limitations - Quantitative analysis sections - Version history tracking - Multiple output formats (HTML, Markdown, JSON) ## Target Processes - Model Interpretability and Explainability Analysis - Model Evaluation and Validation Framework - ML Model Retraining Pipeline ## Tools and Libraries - Model Card Toolkit - TensorFlow Model Analysis (optional) - Jinja2 (templating) ## Input Schema ```json { "type": "object", "required": ["modelDetails", "intendedUse"], "properties": { "modelDetails": { "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "type": { "type": "string" }, "architecture": { "type": "string" }, "trainingDate": { "type": "string" }, "framework": { "type": "string" }, "citations": { "type": "array", "items": { "type": "string" } }, "license": { "type": "string" } } }, "intendedUse": { "type": "object", "properties": { "primaryUses": { "type": "array", "items": { "type": "string" } }, "primaryUsers": { "type": "array", "items": { "t...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills