adapterbot icon indicating copy to clipboard operation
adapterbot copied to clipboard

Training code

Open bakszero opened this issue 4 years ago • 1 comments

Hi, this is really nice work!

I was wondering if it'd be possible to train our own residual adapters as mentioned in the paper on custom datasets and finally connect them with the DialogGPT through the BERT dialogue manager.

If you can point me to the code for training/steps to go about it, it'd be really helpful.

Thanks!

bakszero avatar Feb 03 '21 15:02 bakszero

Hi,

in this repo, we didn't push the training script. However, for training the adapter you can refer to two of our previous repositories: https://github.com/andreamad8/PPCM and https://github.com/zlinao/VGLM.

Hopefully, we are going to release the training code also in this repo soon.

I hope for now this helps.

Andrea

andreamad8 avatar Apr 13 '21 14:04 andreamad8