anonymousUser2 commited on
Commit
85e72c5
·
verified ·
1 Parent(s): a413953

Initial submission

Browse files
Files changed (1) hide show
  1. README.md +1 -4
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
- ├── tasks/ # Task definitions and data splits
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