Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- summarization
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- nas
|
| 9 |
+
pretty_name: epsinas
|
| 10 |
+
size_categories:
|
| 11 |
+
- 100M<n<1B
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Release data for `epsinas`
|
| 15 |
+
Release data for the results reported in the *epsinas* paper: arxiv.org/abs/2302.04406.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
# Contents
|
| 19 |
+
Contains the results of the experiments with NAS-Bench-101, NAS-Bench-201 and NAS-Bench NLP benchmark NAS spaces.
|
| 20 |
+
We provide pickle data files and figures for the main *epsinas* evaluation and ablation studies.
|
| 21 |
+
|
| 22 |
+
The files are split according to the search space.
|
| 23 |
+
Depending on the benchmark, the directories may contain:
|
| 24 |
+
|
| 25 |
+
- **evaluation**. Evaluation of *epsinas* for all neural architecture from the benchmark.
|
| 26 |
+
- **ablation**. Various ablation studies related to the given dataset.
|
| 27 |
+
- **integration**. Results of the integration with Evolutionary search and Random search.
|
| 28 |
+
- **average_performance**. Reports average accuracy of the architecture selected with *epsinas* metric when choosing from a subset of 100/1000 architectures over 500 runs (Table 3 in the paper).
|
| 29 |
+
- **computational_efficiency**. Contains the results of the computational efficiency study.
|
| 30 |
+
|
| 31 |
+
For NAS-Bench-201, these subdirs are further split based on the dataset used for evaluation (CIFAR10, CIFAR100, or ImageNet).
|