v0.2.0
What's Changed
- Quality-of-life improvements for usage by @gsarti in #115
- [Bugfix] Fix GPU compatibility in AttributionModel by @gsarti in #118
- Add target-side feature attribution by @gsarti in #119
- Optional output probabilities when performing attribution by @gsarti in #120
- Consistency improvements and tests by @gsarti in #121
- Fix target attribution normalization, optional attribute EOS by @gsarti in #124
- Attribute eos default false, fix referenceless case by @gsarti in #125
- Conversion to nn.Module & Softmax added in forward by @gsarti in #126
- Added new
FeatureAttributionOutput
class by @gsarti in #129 Attribution
Classes refactoring,Aggregator
for postponed score aggregation by @gsarti in #130- Add
SubwordAggregator
andPairAggregator
by @gsarti in #131 - Improved documentation by @gsarti in #132
Full Changelog: v0.1.0...v0.2.0