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

Added skip_bos Argument to LLM Attribution To Enable Wider Model Support for Attributing Against a Single Token #1322

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2024

  1. Update llm_attr.py

    Fixed an issue where when trying to attribute a single target token for models that don't generate a bos you end up with an empty target list
    SulRash authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    73dc20f View commit details
    Browse the repository at this point in the history
  2. Update llm_attr.py

    Added some error handling for when the argument should be used
    SulRash authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3b8b6aa View commit details
    Browse the repository at this point in the history
  3. Update llm_attr.py

    Added exit to try except loop
    SulRash authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    136b7da View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    fb93ce0 View commit details
    Browse the repository at this point in the history
  2. Changed error handling

    SulRash authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    333852c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    5391085 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    f7373a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    382ae7a View commit details
    Browse the repository at this point in the history
  2. Fixed ufmt and linting check

    SulRash committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    90c1311 View commit details
    Browse the repository at this point in the history