Skillware v0.2.2 - Synthetic Data Generator
What's Changed
- New Skill: Introduced the
data_engineering/synthetic_generatorskill for bulk-generating high-entropy synthetic training data to combat model collapse (Resolves #22). - Model Agnosticism: The framework now supports internal routing for the synthetic generator to
Ollama,Gemini, andAnthropic. - Zero-Dependency Entropy Scoring: Added a new
zlibcompression ratio heuristic to natively validate lexical entropy and block boilerplate outputs without heavy NLP dependencies. - New Documentation: Launched the
Data Engineeringcategory in the central skill registry along with comprehensive integration guides and integration scripts (examples/build_dataset_demo.py). - Bug Fixes: Addressed all
flake8PEP8 linting issues across the module.
Full Changelog: v0.2.1...v0.2.2