transfer-learning-conv-ai icon indicating copy to clipboard operation
transfer-learning-conv-ai copied to clipboard

Using GPT2-xl in train and interact

Open GraphGrailAi opened this issue 5 years ago • 1 comments

Hi, i realized that there are a new gpt2-xl pretrained model appears in list here: https://huggingface.co/transformers/pretrained_models.html

Is it possible to train with this model and then interact with result ?

GraphGrailAi avatar Nov 18 '19 13:11 GraphGrailAi

yes you can use,

python train.py --model="gpt2-xl"

then use interact.py to check it

saran-gangster avatar Sep 29 '20 05:09 saran-gangster