Skip to content

0.3.3

Compare
Choose a tag to compare
@dmjoy dmjoy released this 24 Apr 18:14
· 371 commits to main since this release
1ca9d4f

0.3.3

Changed

  • Modified the prompt for PulseTaggingADM. Also removed duplicated inference call within identify_tag_color
    method. Additionally, removed duplicated RED tag in-context example and replaced with missing BLACK tag
    example.
  • Changed default maximization prompt for Kaleido

Fixed

  • Applied attention fixes for Kaliedo provided by UWash
  • Fixed an "other choice" ordering issue in Kaleido ADM

Added

  • Added an additional parsing guard in Llama2SinglaKDMAADM
  • Added do_sample as an init kwarg for Llama2SinglaKDMAADM (set to False for temperature 0)