minimaxir / textgenrnn

Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.
Other
4.94k stars 756 forks source link

No unique code #248

Open dontbanmeplz opened 2 years ago

dontbanmeplz commented 2 years ago

Everytime I run I get a random line from my dataset text No unique lines are being generated why is that?

TheRedPandaDev commented 2 years ago

Textgenrnn learns so well that you have to increase the temperature significantly for creative output!

ReaperZ0v commented 2 years ago

Everytime I run I get a random line from my dataset text

No unique lines are being generated

why is that?

Maybe it's plainly static?

noob10293 commented 2 years ago

seems like a lot of code for a static thingy

FlashlightET commented 2 years ago

overfitting

erenarkangil commented 1 year ago

overfitting, reduce model hidden states, epoch and batch size, add drop out, increase temperature. that is pretty much all you can do if you have small dataset.