Initial submission
Browse files
README.md
CHANGED
|
@@ -39,8 +39,6 @@ The dataset defines 5 core tasks for evaluation:
|
|
| 39 |
| **Task D** | Component counting (mixed circuits) | 19,848 samples |
|
| 40 |
| **Task E** | Base circuit identification in mixed circuits | 4,140 samples |
|
| 41 |
|
| 42 |
-
*For detailed statistics, please refer to [DATASET_STATISTICS.md](DATASET_STATISTICS.md).*
|
| 43 |
-
|
| 44 |
## Repository Structure
|
| 45 |
Once `code.zip` and `dataset.zip` have been unzipped, the structure is as follows:
|
| 46 |
```
|
|
@@ -49,8 +47,7 @@ Once `code.zip` and `dataset.zip` have been unzipped, the structure is as follow
|
|
| 49 |
├── base_circuits/ # Base circuit datasets and templates
|
| 50 |
├── mixed_circuits/ # Mixed circuit datasets
|
| 51 |
├── single_devices/ # Single device datasets
|
| 52 |
-
|
| 53 |
-
└── DATASET_STATISTICS.md
|
| 54 |
```
|
| 55 |
|
| 56 |
## Getting Started
|
|
|
|
| 39 |
| **Task D** | Component counting (mixed circuits) | 19,848 samples |
|
| 40 |
| **Task E** | Base circuit identification in mixed circuits | 4,140 samples |
|
| 41 |
|
|
|
|
|
|
|
| 42 |
## Repository Structure
|
| 43 |
Once `code.zip` and `dataset.zip` have been unzipped, the structure is as follows:
|
| 44 |
```
|
|
|
|
| 47 |
├── base_circuits/ # Base circuit datasets and templates
|
| 48 |
├── mixed_circuits/ # Mixed circuit datasets
|
| 49 |
├── single_devices/ # Single device datasets
|
| 50 |
+
└── tasks/ # Task definitions and data splits
|
|
|
|
| 51 |
```
|
| 52 |
|
| 53 |
## Getting Started
|