Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canary greedy and temperature decoding #8885

Closed
wants to merge 5 commits into from
Closed

Commits on Apr 10, 2024

  1. Greedy and temperature sampling decoding for Canary/multi-task

    Signed-off-by: Piotr Żelasko <petezor@gmail.com>
    pzelasko committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    60cafd9 View commit details
    Browse the repository at this point in the history
  2. Enable changing multitask decoding strategy

    Signed-off-by: Piotr Żelasko <petezor@gmail.com>
    pzelasko committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b3b23dd View commit details
    Browse the repository at this point in the history
  3. fix various bugs and support temperature sampling n samples

    Signed-off-by: Piotr Żelasko <petezor@gmail.com>
    pzelasko committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e5a82a2 View commit details
    Browse the repository at this point in the history
  4. fix greedy non-temperature decoding

    Signed-off-by: Piotr Żelasko <petezor@gmail.com>
    pzelasko committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5ad0e69 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Refactor + unit tests

    Signed-off-by: Piotr Żelasko <petezor@gmail.com>
    pzelasko committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8e6b220 View commit details
    Browse the repository at this point in the history