Skip to content

Releases: neuralmagic/sparsezoo

SparseZoo v1.3.0

21 Dec 19:02
34ab6f0
Compare
Choose a tag to compare

New Features:

  • BERT models added for the GoEmotions multi-label dataset.
  • BERT models added for SQuAD 2.0 dataset.
  • oBERTa base models added for GLUE datasets.
  • YOLOv5 and YOLOv5p6 models added for transfer learning.

Changes:

  • Minimum Python version changed to 3.7.
  • Benchmarking and accuracy metrics for a model propagated to the root Python class.

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v1.2.0

28 Oct 00:44
69f96a3
Compare
Choose a tag to compare

New Features:

  • SparseZoo ONNX analysis API added to enable easy model analysis for sparsity, quantization, flops, parameters, and more.
  • BERT document classification models added, trained on the IMDB dataset.

Changes:

  • Tokenizer_config.json added as required file for transformers models.
  • Minimum Python version changed to 3.7 as 3.6 as reached EOL.

Resolved Issues:

  • SparseZoo README updated to reflect new APIs and flows that were released with 1.1 release.

Known Issues:

  • None

SparseZoo v1.1.0

25 Aug 19:28
9a00d0b
Compare
Choose a tag to compare

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

SparseZoo v1.0.0

01 Jul 16:38
152e82c
Compare
Choose a tag to compare

New Features:

  • None

Changes:

  • Download progress bar changed to use byte units.
  • Click as a root dependency added as the new preferred route for CLI invocation and arg management.

Resolved Issues:

  • Protobuf version pinned to prevent issues with ONNX dependencies.

Known Issues:

  • None

SparseZoo v0.12.1 Patch Release

02 Jun 14:39
ba4d3d0
Compare
Choose a tag to compare

This is a patch release for 0.12.0 that contains the following changes:

  • Protobuf is restricted to version < 4.0 as the newer version breaks ONNX.

SparseZoo v0.12.0

22 Apr 13:44
f8b31b7
Compare
Choose a tag to compare

New Features:

  • DistilBERT models added.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v0.11.0

11 Mar 19:32
2348014
Compare
Choose a tag to compare

New Features:

  • New ResNet-50 models added with improved performance and recovery.
  • BERT 12-layer token classification recipes added.
  • BERT 3-layer and 6-layer models added.

Changes:

  • Documentation updated to align with UI.

Resolved Issues:

  • The package version check is now wrapped in an exception so that the background thread for checking does not error out when outbound network restrictions are in place.

Known Issues:

  • None

SparseZoo v0.10.0

03 Feb 16:41
207a08f
Compare
Choose a tag to compare

New Features:

Changes:

  • Docs updated to reflect latest state of the SparseZoo UI.
  • Version check API updated to use POST rather than GET methods to prevent potential caching issues.

Resolved Issues:

  • Wrapped tests addressed that were failing intermittently with flaky to prevent improper test failures.

Known Issues:

  • None

SparseZoo v0.9.0

01 Dec 16:03
27f3906
Compare
Choose a tag to compare

New Features:

Changes:

  • API docs recompiled.

Resolved Issues:

  • None

Known Issues:

  • None

SparseZoo v0.8.0

26 Oct 14:48
3c6091c
Compare
Choose a tag to compare

New Features:

  • Support added for more recipe types and names in preparation for BERT sparse transfer learning.
  • Sparse BERT mask language modeling models pushed to the SparseZoo with example recipes for transferring to other downstream datasets.

Changes:

  • None

Resolved Issues:

  • None

Known Issues:

  • None