-
Notifications
You must be signed in to change notification settings - Fork 36
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: inseq-team/inseq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 73 files changed
- 2 contributors
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a508f48 - Browse repository at this point
Copy the full SHA a508f48View commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f11049 - Browse repository at this point
Copy the full SHA 5f11049View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dcf2c91 - Browse repository at this point
Copy the full SHA dcf2c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70fa9d9 - Browse repository at this point
Copy the full SHA 70fa9d9View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 199018c - Browse repository at this point
Copy the full SHA 199018cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ad92e - Browse repository at this point
Copy the full SHA a1ad92eView commit details
Commits on Jul 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e90431 - Browse repository at this point
Copy the full SHA 5e90431View commit details -
Updated dependencies, working on macOS
Gabriele Sarti committedJul 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 55587d3 - Browse repository at this point
Copy the full SHA 55587d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd5428 - Browse repository at this point
Copy the full SHA abd5428View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3cf7c - Browse repository at this point
Copy the full SHA de3cf7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb768f - Browse repository at this point
Copy the full SHA 3fb768fView commit details -
Gabriele Sarti committed
Jul 1, 2022 Configuration menu - View commit details
-
Copy full SHA for bd04e76 - Browse repository at this point
Copy the full SHA bd04e76View commit details
Commits on Oct 19, 2022
-
Custom attribution targets (#138)
Co-authored-by: Gabriele Sarti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28f6793 - Browse repository at this point
Copy the full SHA 28f6793View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4bc10c - Browse repository at this point
Copy the full SHA b4bc10cView commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5246c38 - Browse repository at this point
Copy the full SHA 5246c38View commit details
Commits on Oct 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7791d0e - Browse repository at this point
Copy the full SHA 7791d0eView commit details
Commits on Dec 5, 2022
-
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)
Configuration menu - View commit details
-
Copy full SHA for a08af94 - Browse repository at this point
Copy the full SHA a08af94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1abb3 - Browse repository at this point
Copy the full SHA 5d1abb3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.3.0