marksverdhei / bert-bot

Discord bot
GNU General Public License v3.0
5 stars 2 forks source link

Add sampling #9

Open marksverdhei opened 2 years ago

marksverdhei commented 2 years ago

We should try out an alternative for bert-insert, where we sample from the softmax of the logits instead of picking the highest every time. This can lead to some interesting results. I suggest top-k sampling to not make it too nonsense-prone either

LBlend commented 2 years ago

I support this!