What's new
Added 🎉
- Added support for the HuggingFace Hub as an alternative way to handle loading files through
cached_path()
. Hub downloads should be made through thehf://
URL scheme. - Add new dimension to the
interpret
module: influence functions via theInfluenceInterpreter
base class, along with a concrete implementation:SimpleInfluence
. - Added a
quiet
parameter to theMultiProcessDataLoading
that disablesTqdm
progress bars. - The test for distributed metrics now takes a parameter specifying how often you want to run it.
Changed ⚠️
- Updated CONTRIBUTING.md to remind reader to upgrade pip setuptools to avoid spaCy installation issues.
Fixed ✅
- Fixed a bug with the
ShardedDatasetReader
when used with multi-process data loading (#5132).
Commits
a84b9b1 Add cached_path support for HF hub (#5052)
24ec7db fix #5132 (#5134)
2526674 Update CONTRIBUTING.md (#5133)
c2ffb10 Add influence functions to interpret module (#4988)
0c7d60b Take the number of runs in the test for distributed metrics (#5127)
8be3828 fix docs CI