Skip to content

Releases: Mihaiii/backtrack_sampler

ReplaceStrategy: Add docstring and max_prob param

03 Feb 22:03
Compare
Choose a tag to compare

Add Replace strategy and Chain strategy

29 Jan 19:26
Compare
Choose a tag to compare
v3.1.0

Creat folosind Colaboratory

Stick to the abc from v1 releases

29 Oct 11:17
Compare
Choose a tag to compare
v3.0.0

Keep the initial API for on_probs

New strategy + strategy abc change

29 Oct 10:19
Compare
Choose a tag to compare
  • We have a new strategy: Adaptive temperature strategy.
  • on_probs now also receives filtered_logits, which is used in Adaptive temperature strategy. All past strategies now receive this param, but not use it.

Allow autopass in Human Guidance Strategy

21 Oct 06:54
Compare
Choose a tag to compare
  • Human Guidance Strategy now has a new param for auto-selecting the top token.
  • README.md enhancements

Two more strategies

19 Oct 07:35
90670d9
Compare
Choose a tag to compare

Adding 2 more strategies:

  • Debug Strategy
  • Human Guidance Strategy

Initial release

14 Oct 10:15
ba8b0d6
Compare
Choose a tag to compare
v1.0.0

Update README.md