Expand description
Model certification tools and README synchronization.
This crate provides utilities for:
- Parsing model certification CSV data
- Generating markdown tables for README
- Synchronizing certification status with documentation
Structs§
- Model
Certification - Model certification record.
Enums§
- Certification
Status - Certification status for a model.
- Certification
Tier - Certification tier for tier-aware scoring.
- Certify
Error - Errors that can occur during certification operations.
- Size
Category - Size category for models.
Constants§
- END_
MARKER - End marker for README table.
- FULL_
PASS_ SCORE - Full tier pass score (A+ grade).
- FULL_
PASS_ THRESHOLD - Full tier pass threshold (95% on verification matrix).
- MVP_
PASS_ SCORE - MVP tier pass score (B grade).
- MVP_
PASS_ THRESHOLD - MVP tier pass threshold (90% pass rate).
- START_
MARKER - Markers for README table replacement.
Functions§
- generate_
summary - Generate certification summary statistics.
- generate_
table - Generate markdown table from model certifications.
- grade_
from_ score - Calculate letter grade from MQS score.
- grade_
from_ tier - Calculate grade for a specific tier.
- parse_
csv - Parse CSV content into model certifications.
- score_
from_ tier - Calculate MQS score for a specific tier.
- status_
from_ score - Calculate certification status from MQS score.
- status_
from_ tier - Calculate certification status for a specific tier.
- update_
readme - Update README content with new certification table.
- write_
csv - Write certification records to CSV format.
Type Aliases§
- Result
- Result type for certification operations.