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
I'd like to create/train an adapter for a Regression task and the evaluation is based on MSE and Spearman's correlation coefficient. Any advice on what needs to be changed from a classification task in Adapter Training?
With my thanks,
Fahad.
The text was updated successfully, but these errors were encountered:
there should be not much that needs to be changed! The classification head provided by AdapterModel classes automatically switches to regression training (with MSE loss), if you set num_labels to 1, e.g.:
Hello,
I'd like to create/train an adapter for a Regression task and the evaluation is based on MSE and Spearman's correlation coefficient. Any advice on what needs to be changed from a classification task in Adapter Training?
With my thanks,
Fahad.
The text was updated successfully, but these errors were encountered: