mgoin commited on
Commit
537679a
1 Parent(s): 3769716

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ datasets:
4
  ---
5
  # mpt-7b-gsm8k-pruned60
6
 
7
- **Paper**: [https://arxiv.org/pdf/xxxxxxx.pdf](https://arxiv.org/pdf/xxxxxxx.pdf)
8
  **Code**: https://github.com/neuralmagic/deepsparse/tree/main/research/mpt
9
 
10
  This model was produced from a [MPT-7B base model](https://huggingface.co/neuralmagic/mpt-7b-gsm8k-pt) finetuned on the GSM8k dataset for 2 epochs, pruned to 60% with [SparseGPT](https://arxiv.org/abs/2301.00774) and retrained for 2 epochs with L2 distillation.
 
4
  ---
5
  # mpt-7b-gsm8k-pruned60
6
 
7
+ **Paper**: [Sparse Finetuning for Inference Acceleration of Large Language Models](https://arxiv.org/abs/2310.06927)
8
  **Code**: https://github.com/neuralmagic/deepsparse/tree/main/research/mpt
9
 
10
  This model was produced from a [MPT-7B base model](https://huggingface.co/neuralmagic/mpt-7b-gsm8k-pt) finetuned on the GSM8k dataset for 2 epochs, pruned to 60% with [SparseGPT](https://arxiv.org/abs/2301.00774) and retrained for 2 epochs with L2 distillation.