How to apply hyperparameter tuning to the model?

#23
by lonngg-3260 - opened

Hi, I have trained the model on a custom dataset. I would like to know is it able to conduct hyperparameter tuning on the model? Thank you

Hi,

If you follow this guide which leverages the Trainer API, you can use hyperparameter tuning as explained here: https://huggingface.co./docs/transformers/en/hpo_train.

Sign up or log in to comment