Releases: Mihaiii/backtrack_sampler
Releases · Mihaiii/backtrack_sampler
ReplaceStrategy: Add docstring and max_prob param
Idea provided by Alex Sebastian: https://x.com/alexbastian_ai/status/1886253431557587419
Add Replace strategy and Chain strategy
v3.1.0 Creat folosind Colaboratory
Stick to the abc from v1 releases
v3.0.0 Keep the initial API for on_probs
New strategy + strategy abc change
- We have a new strategy:
Adaptive temperature strategy
. on_probs
now also receivesfiltered_logits
, which is used inAdaptive temperature strategy
. All past strategies now receive this param, but not use it.
Allow autopass in Human Guidance Strategy
- Human Guidance Strategy now has a new param for auto-selecting the top token.
- README.md enhancements
Two more strategies
Adding 2 more strategies:
- Debug Strategy
- Human Guidance Strategy
Initial release
v1.0.0 Update README.md