Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

v2.3.1

Compare
Choose a tag to compare
@epwalsh epwalsh released this 20 Apr 21:46
· 253 commits to main since this release

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 the hf:// URL scheme.
  • Add new dimension to the interpret module: influence functions via the InfluenceInterpreter base class, along with a concrete implementation: SimpleInfluence.
  • Added a quiet parameter to the MultiProcessDataLoading that disables Tqdm 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