enzoampil / tito-joker

A humorous AI that uses state-of-the-art deep learning to tell jokes
http://35.225.94.177:8501/
GNU General Public License v3.0
45 stars 5 forks source link

Tito Joker v2 sometimes returns answers missing the last letter #22

Closed enzoampil closed 4 years ago

enzoampil commented 4 years ago

E.g.

Input: Why did the chicken cross the road?
Output: Why did the chicken cross the road ? To go to wor
enzoampil commented 4 years ago

I suspect this is because of the low max_seq_len during training. Will retrain v2 with a long length.

enzoampil commented 4 years ago

Fixed with the output index fix in the PR above.