Deepy 3000 - no response after a few conversation turns

Hello, I am working on my own version of Deepy 3000 with DialoGPT implemented as a skill. I am currently running the model with one skill only. I noticed that after a while the model doesn’t produce dialogue replies anymore. Is it because I am hitting a hardcoded limit? Thank you for your help!

Here are the experiments I made:

  • Empty reply after 5 conversation turns, 138 tokens (measured using the pretrained DialoGPT tokenizer from HuggingFace).
  • Empty reply after 6 conversation turns, 131 tokens
  • Empty reply after 8 conversation turns, 223 tokens.

Hi, and welcome back!

Well, we don’t have any limitations built into the DP Agent that powers Deepy 3000. However, your DialoGPT model might have. Maybe not limitations per ce but maybe more context or others things needed for it to work properly. I would advise you to work with the creators of the model…