Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:12 +08:00
commit cf82920fd2
11 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Scripts
Bundled resources for dataset-splitter skill
- [ ] split_data.py: Script to perform the actual dataset splitting, taking parameters for split ratios and file paths.
- [ ] validate_data.py: Script to validate the resulting datasets (e.g., check for data leakage, ensure correct data types).