Image-to-Text
PyTorch
Safetensors
PEFT
English
remote-sensing
satellite-imagery
earth-observation
change-detection
visual-grounding
image-captioning
visual-question-answering
optical-sar-fusion
sar
multimodal
lora
Instructions to use thundercode/SatQuery with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thundercode/SatQuery with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 4,458 Bytes
a886422 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | {
"schema": "satquery_model_manifest_v1",
"generated_utc": "2026-09-25T18:15:38+00:00",
"generator": "release/tools/generate_model_manifest.py",
"note": "Generated by reading the files. No byte count or hash is typed by hand. Backbones are NOT redistributed; they are fetched from the Hugging Face Hub, pinned by revision.",
"config_hash": "78f1e3700da15aa1",
"release_repo": "thundercode/SatQuery",
"artifact_count": 6,
"artifacts": [
{
"id": "change_head",
"task": "change",
"kind": "trained_head",
"path": "artifacts/change/levir_change_v001/head.pt",
"hf_path": "change/head.pt",
"backbone": null,
"architecture": "STANet-style Siamese change detector (ResNet-18 + PAM)",
"source_metric_artifact": "artifacts/change/eval_test/eval_result.json",
"config_hash": "78f1e3700da15aa1",
"bytes": 63231009,
"sha256": "c5ef31277b67aa01a593aec0eac503eeaccc6d674349fda20ca44c9cc6f8e9fa",
"status": "PRESENT",
"parameters": null
},
{
"id": "change_vqa_head",
"task": "change_vqa",
"kind": "trained_head",
"path": "artifacts/change_vqa/run/head.pt",
"hf_path": "change_vqa/head.pt",
"backbone": "STANet change detector (frozen, backing the head's change features)",
"architecture": "change_vqa_head_v1",
"source_metric_artifact": "artifacts/change_vqa/run/PROMOTION.json",
"config_hash": "78f1e3700da15aa1",
"bytes": 5822809,
"sha256": "cfae5e43b97ca930f568dc5b8ae4f36b24e9ff717af226159802206ffd63a82a",
"status": "PRESENT",
"parameters": 1453912
},
{
"id": "optical_sar_fusion_head",
"task": "optical_sar",
"kind": "trained_head",
"path": "artifacts/optical_sar/fusion_head_production_v001/head.pt",
"hf_path": "optical_sar/head.pt",
"backbone": "antofuller/CROMA (CROMA_base.pt, revision 0dd28e3d633b)",
"architecture": "CROMA-base fusion head (input_dim 2318 -> hidden 512 -> 19 classes)",
"source_metric_artifact": "artifacts/optical_sar/fusion_head_production_v001/pre_registered_115_metric.json",
"config_hash": "78f1e3700da15aa1",
"bytes": 14427457,
"sha256": "785815729a3a39fc34dc41894efaf00d8739365d970a3f830a326e68ae888dab",
"status": "PRESENT",
"parameters": null
},
{
"id": "grounding_head",
"task": "grounding",
"kind": "trained_head",
"path": "artifacts/grounding/remoteclip_grounding_v001/head.pt",
"hf_path": "grounding/head.pt",
"backbone": "chendelong/RemoteCLIP (RemoteCLIP-ViT-B-32.pt, revision bf1d8a3ccf2d)",
"architecture": "RemoteCLIP ViT-B/32 grounding head (feature_dim 2048, hidden 512)",
"source_metric_artifact": "artifacts/grounding/remoteclip_grounding_v001/eval_result_canonical.json",
"config_hash": "78f1e3700da15aa1",
"bytes": 12639041,
"sha256": "93432f7034be91a8ffd9c1a84e3eeec00bed7832c043fe7f83d2be230284c6bb",
"status": "PRESENT",
"parameters": null
},
{
"id": "router_adapter",
"task": "router",
"kind": "trained_adapter",
"path": "artifacts/router/router_adapter_v001/adapter.pt",
"hf_path": "router/adapter.pt",
"backbone": "sentence-transformers/all-MiniLM-L6-v2 (revision 1110a243fdf4)",
"architecture": "task/modality adapter over frozen MiniLM embeddings (~50,822 params)",
"source_metric_artifact": "artifacts/router/threshold_sweep_val.json",
"config_hash": "78f1e3700da15aa1",
"bytes": 211961,
"sha256": "8527c3ed28a293e13293d48601d48e3ceafa137b9acabddaf5de31a58a509b5c",
"status": "PRESENT",
"parameters": null
},
{
"id": "vlm_lora_adapter",
"task": "vlm",
"kind": "lora_adapter",
"path": ".scratch/phase6_real_adapter/phase6_adapter/adapter_model.safetensors",
"hf_path": "vlm/adapter_model.safetensors",
"backbone": "HuggingFaceTB/SmolVLM-500M-Instruct (revision a7da5b986cb5)",
"architecture": "PEFT LoRA (r=16, alpha=32, dropout=0.05) on text_model projections",
"source_metric_artifact": "artifacts/vlm/phase6_closure.json",
"acceptance": "ACCEPTANCE-REJECTED (metrics usable; not promoted)",
"config_hash": "78f1e3700da15aa1",
"bytes": 34798048,
"sha256": "07c76a75fa04624880ed7730590f5fdd7b145a8232e3c0af411c3c545a5adf5e",
"status": "PRESENT",
"parameters": null
}
]
}
|