model card: 1L-SMAX kokkos + add -mx variants section
Browse files
README.md
CHANGED
|
@@ -54,8 +54,8 @@ They offer the best balance of structural robustness (from SMAX) and high-precis
|
|
| 54 |
|
| 55 |
| Model Name | Full Name | Size | ΞΊ_SRME | UQ | Kokkos | Description |
|
| 56 |
| :---- | :---- | :---- | :---- | :---- | :---- | :---- |
|
| 57 |
-
| GRACE-1L-SMAX-L | GRACE-1L-SMAX-large | large | 0.696 | β |
|
| 58 |
-
| **GRACE-1L-SMAX-OMAT-L** | **GRACE-1L-SMAX-OMAT-large** | **large** | 0.338 | β |
|
| 59 |
|
| 60 |
#### Two-layer, semilocal models
|
| 61 |
|
|
@@ -116,6 +116,17 @@ These models are first pre-trained on **OMat24** and then fine-tuned on a combin
|
|
| 116 |
| GRACE-2L-OAM-M | GRACE-2L-OMAT-medium-ft-AM | medium | 0.881 | 0.200 | β | β | Two-layer semi-local |
|
| 117 |
| GRACE-2L-OAM-L | GRACE-2L-OMAT-large-ft-AM | large | 0.889 | **0.168** | β | β | Two-layer semi-local |
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
---
|
| 120 |
|
| 121 |
## Repository layout
|
|
|
|
| 54 |
|
| 55 |
| Model Name | Full Name | Size | ΞΊ_SRME | UQ | Kokkos | Description |
|
| 56 |
| :---- | :---- | :---- | :---- | :---- | :---- | :---- |
|
| 57 |
+
| GRACE-1L-SMAX-L | GRACE-1L-SMAX-large | large | 0.696 | β | β | Single-layer local (SMAX) |
|
| 58 |
+
| **GRACE-1L-SMAX-OMAT-L** | **GRACE-1L-SMAX-OMAT-large** | **large** | 0.338 | β | β | **Single-layer local (SMAX + OMat24)** |
|
| 59 |
|
| 60 |
#### Two-layer, semilocal models
|
| 61 |
|
|
|
|
| 116 |
| GRACE-2L-OAM-M | GRACE-2L-OMAT-medium-ft-AM | medium | 0.881 | 0.200 | β | β | Two-layer semi-local |
|
| 117 |
| GRACE-2L-OAM-L | GRACE-2L-OMAT-large-ft-AM | large | 0.889 | **0.168** | β | β | Two-layer semi-local |
|
| 118 |
|
| 119 |
+
## Mixed-precision (-mx) variants
|
| 120 |
+
|
| 121 |
+
Mixed-precision builds of the 2L-large models: float32 weights, which the Kokkos export
|
| 122 |
+
promotes to float64. Energies and forces agree with the TF SavedModel to ~10β»β΅ (vs ~10β»β· for
|
| 123 |
+
the full-precision models) β the expected effect of fp32 accumulation in the SavedModel.
|
| 124 |
+
|
| 125 |
+
| Full Name | Size | UQ | Kokkos | Description |
|
| 126 |
+
|:---|:---|:---|:---|:---|
|
| 127 |
+
| GRACE-2L-OMAT-large-mx | large | β | β | Two-layer semi-local, mixed precision (OMat24) |
|
| 128 |
+
| GRACE-2L-OMAT-large-mx-ft-AM | large | β | β | Two-layer semi-local, mixed precision (OMat24, fine-tuned on sAlex + MPtraj) |
|
| 129 |
+
|
| 130 |
---
|
| 131 |
|
| 132 |
## Repository layout
|