textgenrnn icon indicating copy to clipboard operation
textgenrnn copied to clipboard

No unique code

Open dontbanmeplz opened this issue 2 years ago • 5 comments

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

dontbanmeplz avatar Jan 16 '22 05:01 dontbanmeplz

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

TheRedPandaDev avatar Jan 30 '22 04:01 TheRedPandaDev

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?

ReaperZ0v avatar Mar 13 '22 13:03 ReaperZ0v

seems like a lot of code for a static thingy

noob10293 avatar May 04 '22 02:05 noob10293

overfitting

FlashlightET avatar Jun 18 '22 16:06 FlashlightET

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.

erenarkangil avatar Nov 28 '22 04:11 erenarkangil