Compressed version of
Llama-2-7b specialized for text-generation.
This model was obtained by fine-tuning the Sparse Foundational model
Sparse-Llama-2-7b-pruned_50.2of4 on the
ultrachat_200k dataset.
It achieves a win rate of 62.1% on the
AlpacaEval benchmark (version 1.0) when using
Llama-2-70b-chat as evaluator, whereas the dense
Llama-2-7b-ultrachat200k model achieves 57.6% win rate.
This model was produced as part if Neural Magic's Sparse Foundational Models initiative, and demostrates the capability of Sparse Foundational Models to transfer to the text-generation domain.
Note: This model uses the chat template from
zephyr-7b-beta.
This model is derived from the Sparse Foundational model
Sparse-Llama-2-7b-pruned_50.2of4, which was obtained by applying the
SparseGPT algorithm to prune
Llama-2-7b to 50% sparsity with a 2:4 mask.
This optimization reduces the number of parameters by 50%, reducing the disk size and FLOPs by the same level.
This model was evaluated in the
AlpacaEval benchmark using
Llama-2-70b-chat as evaluator.