Open certik opened 1 year ago
Hi @certik!
In RWKV.f90, we've already implemented several sampling methods, including:
Hope this helps in expanding the sampling methods for your project!
@matteo-grella awesome, excellent! Thanks for the comment. I'll have a look.
Currently only the "greedy" sampling is implemented (the token with the highest probability is selected).
Implement other sampling methods, some options are: