different sampling strategies. top_p, typical, ... #558
fabianwinter93
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be easy to implement all sorts of sampling methods by first calling _get_logits of the parent model class via super() and then adding the processing. Should i try to contribute this or is this not the way to go?
Beta Was this translation helpful? Give feedback.
All reactions