Make public config safetensors-only
Browse files- config.json +14 -2
config.json
CHANGED
|
@@ -18,7 +18,6 @@
|
|
| 18 |
],
|
| 19 |
"foundation_checkpoint": "weights/Final_V3-model_state.safetensors",
|
| 20 |
"foundation_checkpoint_format": "safetensors",
|
| 21 |
-
"foundation_pytorch_model_state_checkpoint": "weights/Final_V3-model_state.pt",
|
| 22 |
"full_training_checkpoints": {
|
| 23 |
"location": "Wasabi object storage",
|
| 24 |
"note": "Optimizer-bearing full training checkpoints are intentionally not part of the public Hugging Face payload; the public release contains model-state weights only."
|
|
@@ -48,6 +47,15 @@
|
|
| 48 |
"unrestricted de novo molecule generation",
|
| 49 |
"calibrated top-1 molecular identification without external validation"
|
| 50 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
"outputs": {
|
| 52 |
"morgan_fingerprint_logits": 2048,
|
| 53 |
"retrieval_target_dim": 256,
|
|
@@ -57,7 +65,11 @@
|
|
| 57 |
"parameter_count": 14106690,
|
| 58 |
"primary_checkpoint": "weights/NexaMass-V3-Struct-model_state.safetensors",
|
| 59 |
"primary_checkpoint_format": "safetensors",
|
| 60 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
"recommended_inference": "Use the structure-aligned model-state checkpoint for spectrum embeddings and Morgan fingerprint probability vectors, then compare against a candidate molecular fingerprint bank.",
|
| 62 |
"task": "MS/MS spectral representation learning and RDKit Morgan fingerprint alignment"
|
| 63 |
}
|
|
|
|
| 18 |
],
|
| 19 |
"foundation_checkpoint": "weights/Final_V3-model_state.safetensors",
|
| 20 |
"foundation_checkpoint_format": "safetensors",
|
|
|
|
| 21 |
"full_training_checkpoints": {
|
| 22 |
"location": "Wasabi object storage",
|
| 23 |
"note": "Optimizer-bearing full training checkpoints are intentionally not part of the public Hugging Face payload; the public release contains model-state weights only."
|
|
|
|
| 47 |
"unrestricted de novo molecule generation",
|
| 48 |
"calibrated top-1 molecular identification without external validation"
|
| 49 |
],
|
| 50 |
+
"object_storage_pytorch_weights": {
|
| 51 |
+
"files": [
|
| 52 |
+
"weights/Final_V3-model_state.pt",
|
| 53 |
+
"weights/NexaMass-V3-Struct-model_state.pt"
|
| 54 |
+
],
|
| 55 |
+
"location": "Wasabi object storage",
|
| 56 |
+
"note": "PyTorch .pt model-state files are retained in object storage. The public Hugging Face payload is safetensors-only.",
|
| 57 |
+
"path": "wasabi:nexa-ms/models/dreams_pretrain_v1/checkpoints/NexaMass-V3-Struct/hf_release/weights/"
|
| 58 |
+
},
|
| 59 |
"outputs": {
|
| 60 |
"morgan_fingerprint_logits": 2048,
|
| 61 |
"retrieval_target_dim": 256,
|
|
|
|
| 65 |
"parameter_count": 14106690,
|
| 66 |
"primary_checkpoint": "weights/NexaMass-V3-Struct-model_state.safetensors",
|
| 67 |
"primary_checkpoint_format": "safetensors",
|
| 68 |
+
"public_weight_files": [
|
| 69 |
+
"weights/NexaMass-V3-Struct-model_state.safetensors",
|
| 70 |
+
"weights/Final_V3-model_state.safetensors"
|
| 71 |
+
],
|
| 72 |
+
"public_weight_format": "safetensors",
|
| 73 |
"recommended_inference": "Use the structure-aligned model-state checkpoint for spectrum embeddings and Morgan fingerprint probability vectors, then compare against a candidate molecular fingerprint bank.",
|
| 74 |
"task": "MS/MS spectral representation learning and RDKit Morgan fingerprint alignment"
|
| 75 |
}
|