github allenai/allennlp v2.3.1

latest releases: v2.10.1, v2.10.0, v2.9.3...
3 years ago

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

Don't miss a new allennlp release

NewReleases is sending notifications on new releases.