CoolFace
Apppublic

Adilkhan01/Structural_Analysis_Virtual_Lab_PIML

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
meta.json22 linesDownload Raw Back to root
1{2  "max_panels": 12,3  "support_types": [4    "Pin",5    "Roller-Y",6    "Free"7  ],8  "m_max": 47,9  "feature_names": [10    "L",11    "H",12    "panels",13    "E",14    "A",15    "P",16    "load_node_frac",17    "left_support_onehot",18    "right_support_onehot"19  ],20  "model_in_dim": 13,21  "model_out_dim": 4922}