Allanatrix commited on
Commit
59f68e0
·
verified ·
1 Parent(s): 9726ac3

chore: publish safetensors NexaMat stack artifacts

Browse files
Files changed (1) hide show
  1. encoder/v1/manifest.json +30 -6
encoder/v1/manifest.json CHANGED
@@ -1,8 +1,32 @@
1
  {
2
- "artifact_uri": "wasabi:nexa-mat/models/nexa_mat/encoder-pretrain/full_v1/2026-05-06/nexa_mat_encoder_blackwell_full_v1_continue_to_200k_20260506T075034Z/nexa_mat_V1_final.pt",
3
- "closeout_report": "docs/projects/Nexa_Mat/results/reports/2026-05-06_full_pretrain_v1_200k_closeout.md",
4
- "dataset_uri": "wasabi:nexa-mat/datasets/nexa_mat_v1",
5
- "frozen": true,
6
- "name": "nexa_mat_V1_final",
7
- "role": "frozen physics grounding and plausibility scoring"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }
 
1
  {
2
+ "component": "nexa_mat_encoder_v1",
3
+ "role": "frozen physics-grounding encoder",
4
+ "repo_id": "AethronPhantom/Nexa_Mat2",
5
+ "path": "encoder/v1/nexa_mat_V1_final.safetensors",
6
+ "artifact_uri": "hf://AethronPhantom/Nexa_Mat2/encoder/v1/nexa_mat_V1_final.safetensors",
7
+ "source_checkpoint_uri": "wasabi:nexa-mat/models/nexa_mat/encoder-pretrain/full_v1/2026-05-06/nexa_mat_encoder_blackwell_full_v1_continue_to_200k_20260506T075034Z/nexa_mat_V1_final.pt",
8
+ "published_at": "2026-05-20T01:11:29Z",
9
+ "format": "safetensors_model_state_only",
10
+ "stats": {
11
+ "bytes": 11264456,
12
+ "sha256": "a39e1db3c86622cc36bc2610a47af0f6336578fc3b644a7068ed62190853e9a0"
13
+ },
14
+ "architecture": {
15
+ "family": "directional_potential",
16
+ "hidden_dim": 192,
17
+ "egnn_layers": 4,
18
+ "max_neighbors": 8,
19
+ "radial_basis": 64,
20
+ "cutoff_angstrom": 6.0,
21
+ "message_aggregation": "learned",
22
+ "energy_mode": "atomwise_sum",
23
+ "absolute_coords": false,
24
+ "parameters": 2813714
25
+ },
26
+ "training": {
27
+ "phase": "encoder_full_pretrain_v1",
28
+ "steps": 200000,
29
+ "dataset": "nexa_mat_v1 force-compatible OMat24 surface",
30
+ "science_status": "frozen_for_downstream_generative_experiments"
31
+ }
32
  }