Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- GeoPT_8layers.pt +3 -0
- config.json +26 -0
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
GeoPT_8layers.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0b1b9c4e5d533dbc249190d3d1fbe8e6b066b36d325cf4377cc0d613c02d1c2
|
| 3 |
+
size 15556600
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "geopt",
|
| 3 |
+
"architecture": "Transolver",
|
| 4 |
+
"task": "physics_simulation",
|
| 5 |
+
|
| 6 |
+
"input": {
|
| 7 |
+
"coord_dim": 3,
|
| 8 |
+
"sdf_dim": 1,
|
| 9 |
+
"normal_dim": 3,
|
| 10 |
+
"condition_dim": 4
|
| 11 |
+
},
|
| 12 |
+
|
| 13 |
+
"output": {
|
| 14 |
+
"dynamics_trajectory_dim": 9
|
| 15 |
+
},
|
| 16 |
+
|
| 17 |
+
"models": {
|
| 18 |
+
"8-layers": {
|
| 19 |
+
"hidden_dim": 256,
|
| 20 |
+
"num_layers": 8,
|
| 21 |
+
"num_heads": 8,
|
| 22 |
+
"slice_num": 32,
|
| 23 |
+
"mlp_ratio": 2
|
| 24 |
+
},
|
| 25 |
+
}
|
| 26 |
+
}
|