chore: publish safetensors NexaMat stack artifacts
Browse files
decoder/diffusion_v1/manifest.json
CHANGED
|
@@ -1,8 +1,43 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"component": "nexa_mat_diffusion_v1",
|
| 3 |
+
"role": "constrained best-of-N diffusion proposal decoder",
|
| 4 |
+
"repo_id": "AethronPhantom/Nexa_Mat2",
|
| 5 |
+
"path": "decoder/diffusion_v1/final_checkpoint.safetensors",
|
| 6 |
+
"artifact_uri": "hf://AethronPhantom/Nexa_Mat2/decoder/diffusion_v1/final_checkpoint.safetensors",
|
| 7 |
+
"source_checkpoint_uri": "wasabi:nexa-mat/models/nexa_mat/diffusion-generation-v1/prod/nexa_mat_diffusion_prod_fp32_b512_phase_sampler_20260512T162654Z/final_checkpoint.pt",
|
| 8 |
+
"published_at": "2026-05-20T01:11:29Z",
|
| 9 |
+
"format": "safetensors_model_state_only",
|
| 10 |
+
"stats": {
|
| 11 |
+
"bytes": 16263948,
|
| 12 |
+
"sha256": "d55b837f9600e82846e396f1a9384d52e99a17c43ac5a7d53bd14bb24d3e7395"
|
| 13 |
+
},
|
| 14 |
+
"architecture": {
|
| 15 |
+
"training_mode": "template-conditioned diffusion repair",
|
| 16 |
+
"precision": "fp32",
|
| 17 |
+
"frozen_encoder_parameters": 2813714,
|
| 18 |
+
"trainable_diffusion_parameters": 1248145,
|
| 19 |
+
"full_parameters": 4061859,
|
| 20 |
+
"uses_encoder_features": true,
|
| 21 |
+
"branches": [
|
| 22 |
+
"atom_reconstruction",
|
| 23 |
+
"fractional_coordinate_repair",
|
| 24 |
+
"pair_distance_repair",
|
| 25 |
+
"lattice_residual_repair",
|
| 26 |
+
"conservative_update_gates"
|
| 27 |
+
]
|
| 28 |
+
},
|
| 29 |
+
"training": {
|
| 30 |
+
"phase": "diffusion_generation_v1_prod",
|
| 31 |
+
"steps": 225000,
|
| 32 |
+
"operating_mode": "sampler_aware_best_of_n_with_filtering",
|
| 33 |
+
"science_status": "usable_as_constrained_generator_not_one_shot_oracle"
|
| 34 |
+
},
|
| 35 |
+
"final_eval": {
|
| 36 |
+
"atom_accuracy": 0.99988,
|
| 37 |
+
"coord_improvement_fraction": 0.70544,
|
| 38 |
+
"pair_distance_improvement_fraction": 0.7122,
|
| 39 |
+
"lattice_improvement_fraction": 0.55273,
|
| 40 |
+
"sampler_valid_geometry_rate": 0.66406,
|
| 41 |
+
"valid_geometry_rate": 0.75
|
| 42 |
+
}
|
| 43 |
}
|