Skip to content

Commit 3e7b4c8

Browse files
authored
Merge pull request #483 from aai-institute/feature/ekfac_notebook_new_framework
Influence for sentiment analysis notebook
2 parents 094ba73 + bda5d2a commit 3e7b4c8

File tree

7 files changed

+1635
-19
lines changed

7 files changed

+1635
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
- Fix implementations of `to` methods of `TorchInfluenceFunctionModel` implementations
1010
[PR #487](https://github.com/aai-institute/pyDVL/pull/487)
1111
- Implement new method: `EkfacInfluence`
12-
[PR #451](https://github.com/aai-institute/pyDVL/issues/451)
12+
[PR #476](https://github.com/aai-institute/pyDVL/pull/476)
13+
- New notebook to showcase ekfac for LLMs
14+
[PR #483](https://github.com/aai-institute/pyDVL/pull/483)
1315

1416
## 0.8.0 - 🆕 New interfaces, scaling computation, bug fixes and improvements 🎁
1517

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ nav:
215215
- For CNNs: examples/influence_imagenet.ipynb
216216
- For mislabeled data: examples/influence_synthetic.ipynb
217217
- For outlier detection: examples/influence_wine.ipynb
218+
- For sentiment analysis: examples/influence_sentiment_analysis.ipynb
218219
- Code:
219220
- Changelog: CHANGELOG.md
220221
- API: api/pydvl/

0 commit comments

Comments
 (0)