Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inseq-team/inseq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: inseq-team/inseq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 18 commits
  • 73 files changed
  • 2 contributors

Commits on Apr 7, 2022

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

Commits on Apr 11, 2022

  1. Fixes to v0.2 and CLI (#134)

    gsarti authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5f11049 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    dcf2c91 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gsarti authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    70fa9d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    199018c View commit details
    Browse the repository at this point in the history
  2. hotfix attribute command

    gsarti committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a1ad92e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Update pyproject.toml

    gsarti authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5e90431 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies, working on macOS

    Gabriele Sarti committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    55587d3 View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    gsarti authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    abd5428 View commit details
    Browse the repository at this point in the history
  4. Update build.yml

    gsarti authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    de3cf7c View commit details
    Browse the repository at this point in the history
  5. Update build.yml

    gsarti authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    3fb768f View commit details
    Browse the repository at this point in the history
  6. Fixed poetry install

    Gabriele Sarti committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    bd04e76 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Custom attribution targets (#138)

    Co-authored-by: Gabriele Sarti <[email protected]>
    gsarti authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    28f6793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4bc10c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Added Python 3.11 checks

    gsarti authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    5246c38 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Python 3.11 CI support (#146)

    gsarti authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    7791d0e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Decoder-only Attribution Models Support (#144)

    Introduced in this PR:
    
    - Decoder-only model support: Models like GPT-2 and Galactica can now be used through Huggingface without any code change (just specify model identifier in load_model).
    
    - Model architecture classes: Separating architecture and framework responsibility in AttributionModel introducing framework-agnostic architecture classes (EncoderDecoderAttributionModel, DecoderOnlyAttributionModel) to handle input processing and attribution params formatting. Final classes will be children sharing one framework and one architecture (e.g. HuggingfaceEncoderDecoderModel).
    
    - Fix partial target-side attribution: These were added at the beginning but didn't keep up with newest features, resulting in wrong slices when non-default attr_pos_start and attr_pos_end parameters were passed. These should now be fully fixed and functional when attribute_target=True.
    
    - Enforcing a batch size of 1 when dealing with batched constrained generations with decoder-only models, or batched generations with custom start-end positions to avoid padding issues.
    
    - Preliminary MPS GPU support in Torch (to be further tested)
    gsarti authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a08af94 View commit details
    Browse the repository at this point in the history
  2. Bump version 0.3

    gsarti committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5d1abb3 View commit details
    Browse the repository at this point in the history
Loading