File size: 1,807 Bytes
796d04e 400b60f 796d04e 400b60f 796d04e 400b60f 796d04e 400b60f 796d04e 400b60f 796d04e 400b60f 4df9d48 400b60f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ---
license: cc-by-4.0
pretty_name: NeWGen-Bench
size_categories:
- 100K<n<1M
task_categories:
- other
tags:
- neural-network-weights
- weight-generation
- parameter-generation
- benchmark
- model-zoo
---
# NeWGen-Bench
A benchmark for neural network parameter generation. The release contains
trained checkpoints across multiple architectures, datasets, and task
domains, each paired with structured metadata describing the architecture,
training data, hyperparameters, and final performance.
This dataset accompanies an anonymous submission to NeurIPS 2026
Evaluations and Datasets Track.
## Repository Structure
```text
<root>/
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.
|