Skip to content

SparseZoo v1.1.0

Compare
Choose a tag to compare
@jeanniefinks jeanniefinks released this 25 Aug 19:28
9a00d0b

New Features:

  • Python 3.10 supported.
  • SparseZoo APIs refactored, focusing on better and easier-to-use functionality. The model class is now the core interface and works the same for both SparseZoo stubs as well as local folders and enables storing models from the SparseZoo in any local folder.
  • Model Analysis API added, enabling detailed layer and operator information for operations, pruning, quantization, parameter counts, and more.
  • BERT-base-cased models added.
  • BioBERT models added.
  • Quantized BERT-base MLM models added for support for Information Retrieval pipelines.
  • Compound (structured pruning, unstructured pruning, quantization) ResNet-50 models added.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None