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.