ThunderStruct commited on
Commit
c630288
·
verified ·
1 Parent(s): 78c1eea

Update README.md

Browse files

# NASBench Pickle Archives for NASBenchAPI

This repository provides format-converted distributions of NAS-Bench-101,
NAS-Bench-201, and NAS-Bench-301 for use with
[ThunderStruct/NASBenchAPI].

The files re-serialize publicly released benchmark artifacts into Python
pickle format. This provides a uniform loading and querying interface while
avoiding legacy runtime dependencies such as TensorFlow and benchmark-specific
checkpoint loaders.

These files do not contain newly trained benchmark results. ThunderStruct does
not claim ownership of the underlying benchmark data or surrogate models. Each
file remains subject to its original upstream license and citation requirements.

## Files

| File | Converted from | Contents |
|---|---|---|
| `nasbench101_full.pkl` | NAS-Bench-101 full TFRecord | Architectures and evaluation metrics at all published budgets |
| `nasbench201_v1_0-e61699.pkl` | NAS-Bench-201 v1.0 checkpoint | Architecture information, metrics, and cached architecture mappings |
| `nasbench301.pkl` | NAS-Bench-301 v1.0 surrogate-model directory | Performance and runtime surrogate-model artifacts |

## Provenance

The files were originally published as the
[NASBench Pickle-based Datasets](https://doi.org/10.6084/m9.figshare.30392659.v2)
Figshare artifact and are mirrored here to support reliable programmatic
downloads through NASBenchAPI.

No benchmark values, architecture results, or surrogate predictions were
intentionally modified during conversion. Only their storage representation
and loading interface were changed.

## Licenses

- `nasbench101_full.pkl`: Apache License 2.0.
- `nasbench201_v1_0-e61699.pkl`: MIT License.
- `nasbench301.pkl`: Apache License 2.0.

See `LICENSES.md` and the files under `licenses/` for attribution and complete
license notices.

Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,5 +1,15 @@
1
  ---
2
- license: other
3
- license_name: license
4
- license_link: LICENSE
 
 
 
 
 
 
 
 
 
 
5
  ---
 
1
  ---
2
+ pretty_name: NASBench Pickle Archives for NASBenchAPI
3
+ license:
4
+ - apache-2.0
5
+ - mit
6
+ tags:
7
+ - neural-architecture-search
8
+ - automl
9
+ - nas
10
+ - nas-bench
11
+ - benchmark
12
+ - pickle
13
+ task_categories:
14
+ - image-classification
15
  ---