marksverdhei / bert-bot

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

Let mlm command output meaningful rankings for multiple masks #3

Closed marksverdhei closed 3 years ago

marksverdhei commented 3 years ago

Currently, the mlm command outputs a list of results, but if you'd do something like !bert mlm Hello _, my _ is _! you'd get 15 suggestions in order. Instead we would like 5 suggestions for each words outputted by the model. E.g. in a markdown table

marksverdhei commented 3 years ago

Fixed in last merge