Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:40 +08:00
commit 9174377a09
9 changed files with 344 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for model-evaluation-suite skill
- [ ] evaluate_model.py: Script to execute model evaluation using specified metrics and datasets.
- [ ] data_loader.py: Script to load model and datasets for evaluation.
- [ ] metrics_calculator.py: Script to calculate evaluation metrics based on model predictions and ground truth.