--- license: cc-by-4.0 pretty_name: NeWGen-Bench size_categories: - 100K/ datasets/ Local datasets and dataset caches registry/ JSON registries for benchmark runs, metrics, configs, and checkpoints train/ Training scripts and configuration files models/ Model definition files zoo/ Trained model checkpoints collect/ Collected checkpoint trajectories ``` ## Task Domains The benchmark spans the following task domains: - Image classification - Image segmentation - Text classification - LLM adaptation - VLM adaptation ## Artifacts - Trained checkpoints: `zoo/**/*.pth` - Collected checkpoint trajectories: `collect/**/*.pth` - Training configs: `train/**/config/*.json` - Model definitions: `models/*.py` ## Status This is an initial placeholder release. The metadata table and a representative sample of checkpoints will be added before the full paper deadline. The complete collection of trained checkpoints will be made available before the camera-ready deadline. ## License Released under CC BY 4.0. Individual checkpoints are derived from public training datasets, each governed by its own license; downstream users should comply with the licenses of the underlying training data.