You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the LibAUC Trainer, enabling users to easily set up and run training pipelines.
Added distributed training support for all optimizers used with AUCMLoss, AveragePrecisionLoss, pAUC_CVaR_Loss, pAUC_KL_Loss, tpAUC_CVaR_Loss, tpAUC_KL_Loss, ListwiseCELoss, and NDCGLoss.
Integrated Hugging Face models into the LibAUC framework.
Updated AUCMLoss and PESG to support resume training. All optimizers now support checkpoint-based training resumption.
New Optimizers
Added two algorithms for Extreme Classification: SCENT and SOX, as introduced in our recent work: https://arxiv.org/abs/2602.02877