Arko007 commited on
Commit
7bcf33d
·
verified ·
1 Parent(s): dfe3844

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -187,10 +187,14 @@ against the original's proven config; a second attempt matching it
187
  under fully valid, matched train/test dropout conditions — **all four
188
  architectures** now have a valid H1 confirmation, unanimous: MC-Dropout
189
  provides no measurable calibration benefit under any tested
190
- configuration. Both dropout-fix checkpoints are reasonable candidates
191
- for promotion to `best_xception.pth`/`best_vit.pth` (not done
192
- automatically flagged for an explicit decision since it touches the
193
- live backend).
 
 
 
 
194
 
195
  **RQ2 — Spearman correlation, predictive entropy vs. explanation stability:**
196
 
 
187
  under fully valid, matched train/test dropout conditions — **all four
188
  architectures** now have a valid H1 confirmation, unanimous: MC-Dropout
189
  provides no measurable calibration benefit under any tested
190
+ configuration.
191
+
192
+ **Promoted 2026-07-25**: `best_xception.pth` and `best_vit.pth` now
193
+ *are* these dropout-fix checkpoints (per the user's explicit go-ahead),
194
+ re-verified working correctly on the live backend afterward (both fake
195
+ and real test images, in-browser). The pre-promotion originals are
196
+ preserved, non-destructively, as `best_xception_predropoutfix_backup.pth`
197
+ / `best_vit_predropoutfix_backup.pth` in this same repo.
198
 
199
  **RQ2 — Spearman correlation, predictive entropy vs. explanation stability:**
200