File size: 1,410 Bytes
896c852 36ae35c d99ec12 8fe9c10 d99ec12 8fe9c10 d99ec12 8fe9c10 d99ec12 8fe9c10 d99ec12 8fe9c10 d99ec12 8fe9c10 49e9291 8fe9c10 49e9291 8fe9c10 c9f150c 39f0d29 8fe9c10 896c852 abbb454 896c852 d910331 0bca0a3 85d6445 0bca0a3 bd5391a 76f71e9 c7d61c8 d910331 |
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 |
---
configs:
- config_name: metal
data_files:
- split: train
path: lithosim_path/metal_train_val.csv
- split: test
path: lithosim_path/metal_test.csv
- config_name: opc_metal
data_files:
- split: train
path: lithosim_path/opc_metal_train_val.csv
- split: test
path: lithosim_path/opc_metal_test.csv
- config_name: via
data_files:
- split: train
path: lithosim_path/via_train_val.csv
- split: test
path: lithosim_path/via_test.csv
- config_name: opc_via
data_files:
- split: train
path: lithosim_path/opc_via_train_val.csv
- split: test
path: lithosim_path/opc_via_test.csv
- config_name: ood
data_files:
- split: test
path: lithosim_path/ood.csv
license: afl-3.0
language:
- en
tags:
- code
pretty_name: litho
size_categories:
- 1B<n<10B
task_categories:
- feature-extraction
---
The benchmark of "LithoSim: A Large, Holistic Lithography Simulation Benchmark for AI-Driven Semiconductor Manufacturing"
The corresponding GitHub repo can be found at https://dw-hongquan.github.io/LithoSim/
## Data Construction
- 4 in-distributed dataset (OPC_Metal/Metal/OPC_Via/Via).
- 1 out-of-distribution (OOD) dataset.
- Each main dataset has a train_val and a test folder with compressed data file.
- Each set of data contains a source_simple.src description of the source, a layout.png, a mask.png, and a number of RI under different process variations. |