📝 linear_probing.py
Trains a logistic regression classifier on the extracted features to measure linear separability.
It outputs the Top‑1 accuracy and is typically launched via unsupervised_evaluator.py
alongside other modes.