Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:35 +08:00
commit 0543c11758
11 changed files with 361 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Assets
Bundled resources for ml-model-trainer skill
- [ ] example_dataset.csv: A sample dataset that can be used to train the model.
- [ ] model_config.json: A template for configuring the model training parameters.
- [ ] evaluation_report_template.md: A template for generating the evaluation report.
- [ ] requirements.txt: Lists the Python dependencies for the scripts.