This repository was archived by the owner on Jun 3, 2025. It is now read-only.
SparseZoo v1.1.0
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