e-bug/volta

Finetuning models on SNLI-VE

Closed this issue · 2 comments

Hi,

To finetune the pre-trained models(ctrl) for the snli-ve dataset, all I need to do is to run the training script in the examples?
Is my understanding correct? Or there are some other changes that need to be made?

Thanks!

e-bug commented

Hi,

Yes, you can look at the example for ViLBERT.

You can of course specify a different architecture and hyperparameters (see also the ones in the config_tasks).

Yes, I am following the example of ViLBERT and using that script for other models.

Thanks for your response :)