MambaRefine-CD / MODEL_FILES.md
dineth18's picture
Upload folder using huggingface_hub
0d0ec29 verified
|
Raw
History Blame Contribute Delete
2.62 kB
# MambaRefine-CD Hugging Face Model Files
This manifest records the trained checkpoint files selected for the Hugging Face model repository `<HF_USERNAME_OR_ORG>/MambaRefine0cd`.
## Selected Checkpoints
| Dataset | Original checkpoint path | Hugging Face checkpoint path | Config file used | Metric source | SHA256 | File size | Notes |
|---|---|---|---|---|---|---:|---|
| WHU-CD | `outputs/whu/full/run_whu_whu_full_seed42_20260503_031818/checkpoints/best.pth` | `checkpoints/mambarefine_cd_whu_cd_best.pth` | `configs/whu_cd_run_config.yaml` | `outputs/whu/full/run_whu_whu_full_seed42_20260503_031818/test_results/test_metrics.json` | `cd3b176a483d5311c02251d2a72ac399de4aecec89ad2808df02805c89d33758` | 986.65 MiB | Best validation checkpoint, iteration 45000, EMA found, test F1 95.5324. |
| DSIFN-CD | `archive_legacy/committed_outputs/outputs/dsifn/a6_full/run_dsifn_a6_full_seed42_20260430_105918/checkpoints/best.pth` | `checkpoints/mambarefine_cd_dsifn_cd_best.pth` | `configs/dsifn_cd_run_config.yaml` | `archive_legacy/committed_outputs/outputs/dsifn/a6_full/run_dsifn_a6_full_seed42_20260430_105918/test_results/test_metrics.json` | `6b56becbba10ad6e67e772db939339f9040de61c73dc049e3c752d04eb0bdf6f` | 987.97 MiB | Best validation checkpoint, iteration 50000, EMA found, test F1 96.3963. |
## Copied Configs
| Release path | Source path | Purpose |
|---|---|---|
| `configs/whu_cd_run_config.yaml` | `outputs/whu/full/run_whu_whu_full_seed42_20260503_031818/config.yaml` | Frozen WHU-CD run config. |
| `configs/dsifn_cd_run_config.yaml` | `archive_legacy/committed_outputs/outputs/dsifn/a6_full/run_dsifn_a6_full_seed42_20260430_105918/config.yaml` | Frozen DSIFN-CD run config. |
| `configs/datasets/whu.yaml` | `configs/datasets/whu.yaml` | Dataset config. |
| `configs/datasets/dsifn.yaml` | `configs/datasets/dsifn.yaml` | Dataset config. |
| `configs/active.yaml` | `configs/active.yaml` | Current repo config entry point. |
| `configs/encoders/mambavision_small.yaml` | `configs/encoders/mambavision_small.yaml` | Encoder config. |
## Split Evidence
### WHU-CD
- Dataset config name: `WHU-CD`
- Train samples: 6096
- Validation samples: 762
- Test samples: 762
### DSIFN-CD
- Dataset config name: `DSIFN-CD`
- Train samples: 3153
- Validation samples: 3152
- Test samples: Not specified in selected run manifest
## TODOs
- Replace `<HF_USERNAME_OR_ORG>` with the actual Hugging Face user or organization at upload time.
- Add the official MERCon proceedings citation after publication details are available.
- Add DSIFN-CD test split count only if it is verified from repo artifacts.