huggingface / transfer-learning-conv-ai

🦄 State-of-the-Art Conversational AI with Transfer Learning
MIT License
1.73k stars 431 forks source link

Using GPT2-xl in train and interact #49

Open GraphGrailAi opened 4 years ago

GraphGrailAi commented 4 years ago

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 ?

saran-gangster commented 4 years ago

yes you can use,

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

then use interact.py to check it