shanto268 commited on
Commit
427fa47
·
verified ·
1 Parent(s): 933c81d

Add v0 embeddings for cavity-claw and TransmonCross layouts

Browse files
README.md CHANGED
@@ -25,7 +25,7 @@ size_categories:
25
 
26
  # SQuADDS Layout Embeddings
27
 
28
- Versioned layout representations for the 4,577 GDS artifacts in
29
  [SQuADDS/SQuADDS_Layouts](https://huggingface.co/datasets/SQuADDS/SQuADDS_Layouts).
30
 
31
  ## Static embedding model `v0`
@@ -65,11 +65,18 @@ statistics, and source schema are frozen in
65
  | --- | ---: |
66
  | `GeneralizedCapNInterdigital` | 3,683 |
67
  | `CapNInterdigitalTee` | 894 |
 
 
68
 
69
  Every row retains `layout_id`, `artifact_id`, `design_id`, `component_name`,
70
  and `source_id`, plus the raw parameter sum, geometric moments, functional
71
  bounds, and a SHA-256 hash of the 96×96 bitmap.
72
 
 
 
 
 
 
73
  ## Access
74
 
75
  ```python
 
25
 
26
  # SQuADDS Layout Embeddings
27
 
28
+ Versioned layout representations for the 7,727 GDS artifacts in
29
  [SQuADDS/SQuADDS_Layouts](https://huggingface.co/datasets/SQuADDS/SQuADDS_Layouts).
30
 
31
  ## Static embedding model `v0`
 
65
  | --- | ---: |
66
  | `GeneralizedCapNInterdigital` | 3,683 |
67
  | `CapNInterdigitalTee` | 894 |
68
+ | `CavityClawRouteMeander` | 1,216 |
69
+ | `TransmonCross` | 1,934 |
70
 
71
  Every row retains `layout_id`, `artifact_id`, `design_id`, `component_name`,
72
  and `source_id`, plus the raw parameter sum, geometric moments, functional
73
  bounds, and a SHA-256 hash of the 96×96 bitmap.
74
 
75
+ The normalization statistics in this release are fit across all four component
76
+ families. Existing layout identities and shape bitmaps remain stable; vectors
77
+ are republished together so cosine similarity remains comparable across the
78
+ complete catalogue.
79
+
80
  ## Access
81
 
82
  ```python
metadata/static-embedding-v0.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eee64ef7382c0fbe6cb9d763f848e1d482790c746429570810a501b94dd86fb7
3
- size 27206661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2906181026db4d2de42f0c9a06d7a76635831d846e6cea9080549d3b3691d530
3
+ size 43406616
metadata/static-embedding-v0.schema.json CHANGED
@@ -49,31 +49,31 @@
49
  "excluded": "simulation-domain ground layer (1, 0)"
50
  },
51
  "normalization": {
52
- "parameter_mean": 119.12693904304129,
53
- "parameter_std": 41.47948098628826,
54
  "moment_mean": [
55
- 7.199095883714775,
56
- 6.038557291097784,
57
- -0.06114899487646157,
58
- 0.3444617315897131,
59
- 0.027325720598655186,
60
- 0.001453481663011831,
61
- 0.04410981652657115,
62
- 0.03196827568718987,
63
- -0.00023640558809321613,
64
- 0.7251485793088448
65
  ],
66
  "moment_std": [
67
- 0.9058000344121664,
68
- 0.6270697679224184,
69
- 0.7402350020741016,
70
- 0.1290950058579193,
71
- 0.05763537913270997,
72
- 0.0021810992553648666,
73
- 0.02303165066879144,
74
- 0.014210240903499162,
75
- 0.00040800322351881635,
76
- 0.2101244913274543
77
  ],
78
  "parameter": "tanh(z-score)",
79
  "moments": "z-score, clipped to [-5, 5], then L2 normalized",
 
49
  "excluded": "simulation-domain ground layer (1, 0)"
50
  },
51
  "normalization": {
52
+ "parameter_mean": 742.4246055562062,
53
+ "parameter_std": 1452.0982784019416,
54
  "moment_mean": [
55
+ 8.838096523417622,
56
+ 7.188891901268179,
57
+ 0.1747443453386349,
58
+ 0.2685946526564508,
59
+ 0.04254547212419702,
60
+ 0.009643734316262299,
61
+ 0.0476611203028274,
62
+ 0.026147025177978865,
63
+ 5.5203095922678295e-05,
64
+ 0.7486912895266242
65
  ],
66
  "moment_std": [
67
+ 2.160164605606158,
68
+ 1.5977142258826054,
69
+ 0.7178226519712876,
70
+ 0.13826079773238997,
71
+ 0.06949500744108629,
72
+ 0.03117808679147505,
73
+ 0.019558839847087152,
74
+ 0.014266749202588542,
75
+ 0.0011718407982694422,
76
+ 0.18354901187363284
77
  ],
78
  "parameter": "tanh(z-score)",
79
  "moments": "z-score, clipped to [-5, 5], then L2 normalized",